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

Ignoring Indent / Tab? #111

Open lukecharman opened 8 years ago

lukecharman commented 8 years ago

Trying to migrate an inherited project using two-space indenting to four-space / tab indenting using Clang-Format. Seems to be ignoring the IndentWidth, UseTab, and TabWidth properties entirely. Other changes take place in the files when I re-format (though I'd love an option to run this on the entire project), but the two-space monstrosities remain.

nathanjshaffer commented 4 years ago

Did you ever figure it out? having the same issue