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 GitHub
parent 239afd08fa
commit c204a517d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,