diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 0543f3de1e..0000000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,6 +0,0 @@ -// Suggested extensions -{ - "recommendations": [ - "EditorConfig.EditorConfig" - ] -} 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" - } -}