build: update vscode settings to support clang-format (#28348)

PR Close #28348
This commit is contained in:
Miško Hevery 2019-01-24 11:00:52 -08:00 committed by Jason Aden
parent 2a02f4beb2
commit 54532dfdf1
1 changed files with 3 additions and 0 deletions

View File

@ -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": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,