- Install Alcatraz
- Install ClangFormat Plugin
- Restart Xcode
- 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