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