Is there a way to specify that instead of clang-format using the LLVM style when no style file is presented, it uses a custom style sheet instead?
Can’t seem to find any documentation on this, so assistance would be appreciated
Is there a way to specify that instead of clang-format using the LLVM style when no style file is presented, it uses a custom style sheet instead?
Can’t seem to find any documentation on this, so assistance would be appreciated
I’m not sure what you need… Do you want that clang-format without arguments behave differently? In that case, you’ll have to change the clang-format source code and recompile …
Cheers,
/Manuel