Skip to content

Commit

Permalink
Disabling preferForLoop format rule (#1575)
Browse files Browse the repository at this point in the history
## Summary
- Disable preferForLoop rule
  • Loading branch information
goergisn authored Mar 22, 2024
2 parents 5f425a5 + 52c11c5 commit 4bcb0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--disable blankLinesAtStartOfScope,blankLinesAtEndOfScope,unusedArguments,redundantSelf,wrapMultilineStatementBraces,extensionAccessControl,redundantClosure,redundantInternal
--disable blankLinesAtStartOfScope,blankLinesAtEndOfScope,unusedArguments,redundantSelf,wrapMultilineStatementBraces,extensionAccessControl,redundantClosure,redundantInternal,preferForLoop
--swiftversion "5.7"
--commas inline
--ranges nospace
Expand Down

0 comments on commit 4bcb0a9

Please sign in to comment.