I want to convert all tabs to (4)spaces in my code. Clang-format does this, but re-formats everything else, probably using the default settings. Is there any way I could disable all of these default settings and just use the IndentWidth and UseTab setting?
Thanks