]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .vscode/settings.json
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / .vscode / settings.json
index be0b85b78ffa2713b6610295502a5dc6ee8c8fbc..ba5b56aa4022551d9448aa08de1ce281f286e57f 100644 (file)
@@ -1,5 +1,7 @@
 // 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,
@@ -9,6 +11,7 @@
         "*.h": "c",
         "*.c": "c",
         "*.cpp": "cpp",
-        "*.hpp": "cpp"
+        "*.hpp": "cpp",
+        "xstddef": "c"
     }
-}
\ No newline at end of file
+}