Created
October 27, 2019 00:39
-
-
Save ryanmeisters/bc93eb3bbb0f95b147f5493c2251a53c to your computer and use it in GitHub Desktop.
This file contains 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
# 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