diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ba5b56aa40..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,17 +0,0 @@ -// 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" - } -} |