Skip to content

Commit

Permalink
Disable AlwaysUseLowerCamelCase in .swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
DePasqualeOrg committed Dec 29, 2024
1 parent 10cf426 commit 9d79438
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .swift-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"respectsExistingLineBreaks": true,
"lineBreakBeforeEachArgument": true,
"multiElementCollectionTrailingCommas": true,
"spacesAroundRangeFormationOperators": true
"spacesAroundRangeFormationOperators": true,
"rules": {
"AlwaysUseLowerCamelCase": false
}
}

0 comments on commit 9d79438

Please sign in to comment.