vscode-clangd
vscode-clangd copied to clipboard
Enable to change format style properties globally
How to change format style single properties like indent width and column limit globally?
Putting them into a .clang-format file in your home directory (or any ancestor directory of all your projects) should work.
Put the file .clang-format in HOME dir works. But, is there anyway to set the path of .clang-format file manually on VSCode?
Put the file .clang-format in HOME dir works. But, is there anyway to set the path of .clang-format file manually on VSCode?
I'm not aware of one.
#184 and https://github.com/clangd/clangd/issues/805 are open and seem to be asking for something similar.