Skip to content

Instantly share code, notes, and snippets.

@AhiyaHiya
Last active April 20, 2019 06:20
Show Gist options
  • Save AhiyaHiya/5a43f5bad053473fa8270bcfa88ea9a7 to your computer and use it in GitHub Desktop.
Save AhiyaHiya/5a43f5bad053473fa8270bcfa88ea9a7 to your computer and use it in GitHub Desktop.
Config file for swiftformat
--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