fix: Don't specify default C formatter
Microsoft's C/C++ extension performs poorly on some systems, so this gives the option to use any other extension that supports formatting with clang-format.
This commit is contained in:
parent
d53cd19929
commit
a1e0607a22
1 changed files with 1 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -5,8 +5,7 @@
|
||||||
},
|
},
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"[c]": {
|
"[c]": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true
|
||||||
"editor.defaultFormatter": "ms-vscode.cpptools"
|
|
||||||
},
|
},
|
||||||
"[javascript][javascriptreact][typescript][typescriptreact]": {
|
"[javascript][javascriptreact][typescript][typescriptreact]": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue