Skip to content

Instantly share code, notes, and snippets.

@geor-kasapidi
Last active September 17, 2021 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geor-kasapidi/77c2ec37c10c74d1b3fbdacec436969d to your computer and use it in GitHub Desktop.
Save geor-kasapidi/77c2ec37c10c74d1b3fbdacec436969d to your computer and use it in GitHub Desktop.
swiftformat shell script
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