Skip to content

Instantly share code, notes, and snippets.

@mdb1
Created January 1, 2023 18:11
Show Gist options
  • Select an option

  • Save mdb1/7412f16a62ef0e8cabb7fe0b77fb965f to your computer and use it in GitHub Desktop.

Select an option

Save mdb1/7412f16a62ef0e8cabb7fe0b77fb965f to your computer and use it in GitHub Desktop.
SwiftFormat options and Rules
# 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