aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vscode
diff options
context:
space:
mode:
authorJoel Spadin <[email protected]>2023-05-14 12:20:40 -0500
committerPete Johanson <[email protected]>2023-05-14 11:54:34 -0600
commita1e0607a22deb72ce4ac64e442f0baa721e32b0b (patch)
treeff22acbb1bd9a94f42eb4cf2dcc42b2dfefa5f5b /.vscode
parentd53cd1992936dd5604b84cd4c02cfdfad4d9944a (diff)
downloadzmk-a1e0607a22deb72ce4ac64e442f0baa721e32b0b.tar.gz
zmk-a1e0607a22deb72ce4ac64e442f0baa721e32b0b.zip
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.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8bbff533a1..924d83b1f2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -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,