build: update vscode settings to support clang-format (#28348)
PR Close #28348
This commit is contained in:
parent
2a02f4beb2
commit
54532dfdf1
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
// Please install http://clang.llvm.org/docs/ClangFormat.html in VSCode to take advantage of clang-format
|
||||||
|
"clang-format.executable": "${workspaceRoot}/node_modules/.bin/clang-format",
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.git/objects/**": true,
|
"**/.git/objects/**": true,
|
||||||
"**/.git/subtree-cache/**": true,
|
"**/.git/subtree-cache/**": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user