travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Fixed a crash and a logic error, gitignore updated #100

Closed V01dZer0 closed 8 years ago

V01dZer0 commented 8 years ago

Fixed a crash with oh-my-zsh, whose 'which clang-format' command returns 'clang-format not found', instead of an empty string.

Fixed a logic error: abs(unsigned long - unsigned long) doesn't make sense.

git ignore file added xcworkspace