X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ba5b56aa4022551d9448aa08de1ce281f286e57f;hb=c0c8b2e50d0da5813aac3c6bc69540f81b1dae04;hp=be0b85b78ffa2713b6610295502a5dc6ee8c8fbc;hpb=67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c;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 +}