Skip to content

Commit

Permalink
fix: Don't specify default C formatter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joelspadin authored and petejohanson committed May 14, 2023
1 parent d53cd19 commit a1e0607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1e0607

Please sign in to comment.