You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this great tool! Secondly, in my project I have a local specific .clang-format file. I saw that there is an option to specify the clang format manually in the VS Code, but I have not found an option where I can add my custom .clang-format file. I even tried to update the .vscode\extensions\xaver.clang-format-1.9.0\ path, but didn't work.
I want to especially to eliminate that clang make short lambda expression on a single line. To get [1] instead of [2]
First of all, thanks for this great tool! Secondly, in my project I have a local specific
.clang-format
file. I saw that there is an option to specify the clang format manually in the VS Code, but I have not found an option where I can add my custom.clang-format
file. I even tried to update the.vscode\extensions\xaver.clang-format-1.9.0\
path, but didn't work.I want to especially to eliminate that clang make short lambda expression on a single line. To get [1] instead of [2]
[1]
[2]
The text was updated successfully, but these errors were encountered: