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

Show config file errors in Xcode #20

Closed veryangryant closed 10 years ago

veryangryant commented 10 years ago

This PR makes it easy to detect syntax errors of .clang-format files. Standard error of clang-format is captured and displayed if necessary. In case of formatting many files at once only first error is displayed and further formatting is aborted.

haaakon commented 10 years ago

Please merge this, makes the plugin much more useful!

jgrandelli commented 10 years ago

Any chance we could have this merged in?

travisjeffery commented 10 years ago

I'll take a look tonight