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