Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
78 lines (75 sloc)
1.76 KB
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
# Format Options | |
--allman false | |
--binarygrouping 4,8 | |
--closingparen balanced | |
--commas always | |
--comments indent | |
--decimalgrouping 3,6 | |
--elseposition same-line | |
--empty void | |
--exponentcase lowercase | |
--exponentgrouping disabled | |
--fractiongrouping disabled | |
--header ignore | |
--hexgrouping 4,8 | |
--hexliteralcase uppercase | |
--ifdef indent | |
--indent 4 | |
--indentcase false | |
--importgrouping testable-bottom | |
--linebreaks lf | |
--octalgrouping 4,8 | |
--operatorfunc spaced | |
--patternlet hoist | |
--ranges spaced | |
--self remove | |
--semicolons inline | |
--stripunusedargs always | |
--trimwhitespace always | |
--xcodeindentation disabled | |
--wraparguments before-first | |
--wrapcollections before-first | |
# Rules | |
--disable andOperator | |
--enable anyObjectProtocol | |
--enable blankLinesAroundMark | |
--enable blankLinesAtEndOfScope | |
--enable blankLinesAtStartOfScope | |
--enable blankLinesBetweenScopes | |
--enable consecutiveBlankLines | |
--enable consecutiveSpaces | |
--enable duplicateImports | |
--enable emptyBraces | |
--enable isEmpty | |
--enable leadingDelimiters | |
--enable linebreakAtEndOfFile | |
--enable redundantBackticks | |
--enable redundantBreak | |
--enable redundantExtensionACL | |
--enable redundantFileprivate | |
--enable redundantGet | |
--enable redundantInit | |
--enable redundantLet | |
--enable redundantLetError | |
--enable redundantNilInit | |
--enable redundantObjc | |
--enable redundantParens | |
--enable redundantPattern | |
--enable redundantRawValues | |
--enable redundantReturn | |
--enable redundantVoidReturnType | |
--enable spaceAroundBraces | |
--enable spaceAroundBrackets | |
--enable spaceAroundComments | |
--enable spaceAroundGenerics | |
--enable spaceAroundParens | |
--enable spaceInsideBraces | |
--enable spaceInsideBrackets | |
--enable spaceInsideComments | |
--enable spaceInsideGenerics | |
--enable spaceInsideParens | |
--enable specifiers | |
--enable strongOutlets | |
--enable strongifiedSelf | |
--enable todos | |
--enable typeSugar |