Skip to content

Instantly share code, notes, and snippets.

@ryanmeisters
Created October 27, 2019 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanmeisters/bc93eb3bbb0f95b147f5493c2251a53c to your computer and use it in GitHub Desktop.
Save ryanmeisters/bc93eb3bbb0f95b147f5493c2251a53c to your computer and use it in GitHub Desktop.
# file options
--exclude Pods
# format options
--allman false
--elseposition same-line
--header ignore
--patternlet hoist
--indent 2
--indentcase false
--ifdef no-indent
--xcodeindentation false
--linebreaks lf
--decimalgrouping 3,6
--binarygrouping 4,8
--octalgrouping 4,8
--hexgrouping 4,8
--fractiongrouping disabled
--exponentgrouping disabled
--hexliteralcase uppercase
--exponentcase uppercase
--ranges spaced
--self init-only
--semicolons never
--importgrouping alphabetized
--operatorfunc spaced
--commas always
--trimwhitespace always
--stripunusedargs closure-only
--empty void
--wraparguments before-first
--wrapcollections before-first
--closingparen balanced
# rule options
--disable redundantRawValues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment