Last active
April 20, 2019 06:20
-
-
Save AhiyaHiya/5a43f5bad053473fa8270bcfa88ea9a7 to your computer and use it in GitHub Desktop.
Config file for swiftformat
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
--allman true | |
--binarygrouping none | |
--closingparen balanced | |
--commas inline | |
--conflictmarkers reject | |
--decimalgrouping none | |
--empty void | |
--exponentcase lowercase | |
--exponentgrouping disabled | |
--fractiongrouping disabled | |
--fragment false | |
--header ignore | |
--hexgrouping none | |
--hexliteralcase uppercase | |
--ifdef indent | |
--importgrouping alphabetized | |
--indent tab | |
--indentcase false | |
--linebreaks lf | |
--octalgrouping none | |
--operatorfunc spaced | |
--patternlet hoist | |
--ranges spaced | |
--self insert | |
--selfrequired | |
--semicolons inline | |
--stripunusedargs closure-only | |
--trailingclosures | |
--trimwhitespace nonblank-lines | |
--wraparguments preserve | |
--wrapcollections before-first |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment