Skip to content

Commit

Permalink
Update .swiftformat (#1351)
Browse files Browse the repository at this point in the history
# Open PR

## Changes

* pump up swift format to Swift 5.7
* disable `redundantInternal` rule
  • Loading branch information
descorp authored Sep 1, 2023
2 parents ff05608 + 21fa190 commit 66d05ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--disable blankLinesAtStartOfScope,blankLinesAtEndOfScope,unusedArguments,redundantSelf,wrapMultilineStatementBraces,extensionAccessControl,redundantClosure
--swiftversion "5.2"
--disable blankLinesAtStartOfScope,blankLinesAtEndOfScope,unusedArguments,redundantSelf,wrapMultilineStatementBraces,extensionAccessControl,redundantClosure,redundantInternal
--swiftversion "5.7"
--commas inline
--ranges nospace
--trimwhitespace nonblank-lines
Expand Down

0 comments on commit 66d05ae

Please sign in to comment.