X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=afe8341d0e2e4387283f0e8351c38bdf274b45ca;hb=4ad0bbd6724addd72680a37949280a0b10eb2460;hp=f5d7a7602ae9912379cf1cf634d95309ebe92cd9;hpb=448b91689fc774aded9e646b66256a5c35c3ccf7;p=qmk_firmware.git diff --git a/.vscode/settings.json b/.vscode/settings.json index f5d7a7602..afe8341d0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,16 @@ // 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" } } \ No newline at end of file