-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add swiftformat configuration file (#194)
- Loading branch information
Showing
4 changed files
with
68 additions
and
35 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,33 @@ | ||
--allman false | ||
--binarygrouping none | ||
--closingparen balanced | ||
--commas always | ||
--comments indent | ||
--decimalgrouping none | ||
--disable redundantFileprivate, redundantObjc | ||
--elseposition same-line | ||
--empty void | ||
--exclude Example/Pods, Package.swift | ||
--exponentcase lowercase | ||
--exponentgrouping disabled | ||
--fractiongrouping disabled | ||
--header ignore | ||
--hexgrouping none | ||
--hexliteralcase uppercase | ||
--ifdef indent | ||
--importgrouping alphabetized | ||
--indent 4 | ||
--indentcase false | ||
--linebreaks lf | ||
--octalgrouping none | ||
--operatorfunc spaced | ||
--patternlet hoist | ||
--ranges spaced | ||
--self remove | ||
--selfrequired | ||
--semicolons inline | ||
--stripunusedargs always | ||
--swiftversion 4.2 | ||
--trimwhitespace always | ||
--wraparguments after-first | ||
--wrapcollections preserve |
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
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