X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ba5b56aa4022551d9448aa08de1ce281f286e57f;hb=c0c8b2e50d0da5813aac3c6bc69540f81b1dae04;hp=f5d7a7602ae9912379cf1cf634d95309ebe92cd9;hpb=448b91689fc774aded9e646b66256a5c35c3ccf7;p=qmk_firmware.git diff --git a/.vscode/settings.json b/.vscode/settings.json index f5d7a7602..ba5b56aa4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 +}