Skip to content

Commit

Permalink
added preferForLoop to --disable list
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Mar 22, 2024
1 parent 5f425a5 commit 2663a57
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 2663a57

Please sign in to comment.