]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - .vscode/settings.json
[Keymap] Jarred's Plaid keymap (#6049)
[qmk_firmware.git] / .vscode / settings.json
index f5d7a7602ae9912379cf1cf634d95309ebe92cd9..ba5b56aa4022551d9448aa08de1ce281f286e57f 100644 (file)
@@ -1,8 +1,17 @@
 // 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",
+        "xstddef": "c"
     }
-}
\ No newline at end of file
+}