-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re #259
- Loading branch information
Showing
3 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# file options | ||
--exclude Carthage | ||
|
||
# format options | ||
--allman false | ||
--binarygrouping none | ||
--closingparen balanced | ||
--commas inline | ||
--comments ignore | ||
--decimalgrouping none | ||
--elseposition same-line | ||
--empty void | ||
--exponentcase lowercase | ||
--exponentgrouping disabled | ||
--fractiongrouping disabled | ||
--header ignore | ||
--hexgrouping none | ||
--hexliteralcase lowercase | ||
--ifdef noindent | ||
--indent 4 | ||
--indentcase false | ||
--linebreaks lf | ||
--octalgrouping none | ||
--operatorfunc spaced | ||
--patternlet inline | ||
--ranges nospace | ||
--self insert | ||
--semicolons inline | ||
--stripunusedargs closure-only | ||
--trimwhitespace always | ||
--wraparguments afterfirst | ||
--wrapcollections preserve | ||
|
||
# disabled rules | ||
--disable strongOutlets |
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
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