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:
Joel Spadin
2023-05-14 12:20:40 -05:00
committed by Pete Johanson
parent d53cd19929
commit a1e0607a22

View File

@@ -5,8 +5,7 @@
},
"python.formatting.provider": "black",
"[c]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-vscode.cpptools"
"editor.formatOnSave": true
},
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.formatOnSave": true,