Skip to content

Instantly share code, notes, and snippets.

@pilky
Created April 7, 2021 08:52
Show Gist options
  • Save pilky/bb2ee008b60f3440d531a9d68a7cf9e9 to your computer and use it in GitHub Desktop.
Save pilky/bb2ee008b60f3440d531a9d68a7cf9e9 to your computer and use it in GitHub Desktop.
SwiftFormat file
--indent 4
--self insert
--extensionacl on-declarations
--modifierorder required,dynamic,override,public,private,private(set),lazy
--ranges no-space
--patternlet inline
--disable consecutiveBlankLines, strongOutlets, blankLinesAroundMark, unusedArguments
--disable spaceInsideComments, redundantParens, andOperator, consecutiveSpaces, redundantReturn
--disable indent, redundantNilInit, redundantType, redundantObjc, enumNamespaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment