ClangFormat-Xcode
                                
                                
                                
                                    ClangFormat-Xcode copied to clipboard
                            
                            
                            
                        Ignoring Indent / Tab?
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.
Did you ever figure it out? having the same issue