Skip to content

Instantly share code, notes, and snippets.

@0xLeif
Created March 15, 2020 17:08
Show Gist options
  • Save 0xLeif/ea16a6999bd32f2366c4af5973e7fa21 to your computer and use it in GitHub Desktop.
Save 0xLeif/ea16a6999bd32f2366c4af5973e7fa21 to your computer and use it in GitHub Desktop.
Format All Swift Files in a Project
find -path "./.*" -prune -o -name "*.swift" | grep -i ".swift" | xargs swift format -in-place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment