Created
January 1, 2023 18:11
-
-
Save mdb1/7412f16a62ef0e8cabb7fe0b77fb965f to your computer and use it in GitHub Desktop.
SwiftFormat options and Rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # format options | |
| --allman false | |
| --indent 4 | |
| --maxwidth 120 | |
| --commas inline | |
| --decimalgrouping 3 | |
| --wraparguments before-first | |
| # rules | |
| --enable isEmpty | |
| --disable redundantType | |
| --disable wrapMultilineStatementBraces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment