diff --git a/.swift-format b/.swift-format index 855c4dc..fd02f70 100644 --- a/.swift-format +++ b/.swift-format @@ -8,5 +8,8 @@ "respectsExistingLineBreaks": true, "lineBreakBeforeEachArgument": true, "multiElementCollectionTrailingCommas": true, - "spacesAroundRangeFormationOperators": true + "spacesAroundRangeFormationOperators": true, + "rules": { + "AlwaysUseLowerCamelCase": false + } }