]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .vscode/settings.json
[Keymap] Add userspace and personal keymaps (#7093)
[qmk_firmware.git] / .vscode / settings.json
index be0b85b78ffa2713b6610295502a5dc6ee8c8fbc..e5089a55baddff28ad7ed3d36e2c474702327808 100644 (file)
@@ -1,14 +1,19 @@
 // Place your settings in this file to overwrite default and user settings.
 {
+    // Unofficially, QMK uses spaces for indentation
+    "editor.insertSpaces": true,
     // Configure glob patterns for excluding files and folders.
     "files.exclude": {
         "**/.build": true,
         "**/*.hex": true
     },
     "files.associations": {
-        "*.h": "c",
-        "*.c": "c",
-        "*.cpp": "cpp",
-        "*.hpp": "cpp"
+      "*.h": "c",
+      "*.c": "c",
+      "*.cpp": "cpp",
+      "*.hpp": "cpp",
+      "xstddef": "c",
+      "type_traits": "c",
+      "utility": "c"
     }
-}
\ No newline at end of file
+}