Skip to content

Instantly share code, notes, and snippets.

@pingwinator
Forked from dev4dev/instruction.md
Last active March 4, 2016 10:34
Show Gist options
  • Save pingwinator/d4c3ca049baa774126d2 to your computer and use it in GitHub Desktop.
Save pingwinator/d4c3ca049baa774126d2 to your computer and use it in GitHub Desktop.
ClangFormat

Clang Formatter

  1. Install Alcatraz
  2. Install ClangFormat Plugin ClangFormat
  3. Restart Xcode
  4. Download .clang-format.yml to your home directory

curl -L -o ~/.clang-format https://gist.githubusercontent.com/dev4dev/78d0508304558e969b2a/raw/9bab5aefe2e29f4b7b6a5560642618e1e78b397c/.clang-format.yml 5. In Xcode select menu Edit -> Clang Format -> File to use rules from downloaded .clang-format.ylm file 6. Use menu items Edit -> Clang Format -> Format * to format code 7. (Optional) If you are a lazy ass, you can select Edit -> Clang Format -> Enable Format on Save, thus code will be formatted right before saving to a file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment