Last active
September 17, 2021 10:15
-
-
Save geor-kasapidi/77c2ec37c10c74d1b3fbdacec436969d to your computer and use it in GitHub Desktop.
swiftformat shell script
This file contains hidden or 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
swiftformat \ | |
--self insert \ | |
--wrapcollections before-first \ | |
--wraparguments before-first \ | |
--wrapparameters before-first \ | |
--header strip \ | |
--ifdef no-indent \ | |
--enable wrapSwitchCases \ | |
--enable organizeDeclarations \ | |
--swiftversion 5.3 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment