Remove vscode folder

This commit is contained in:
Drashna Jaelre
2019-04-09 09:26:32 -07:00
parent 51a7fb1f1e
commit 25609b09ae
2 changed files with 0 additions and 23 deletions

View File

@@ -1,6 +0,0 @@
// Suggested extensions
{
"recommendations": [
"EditorConfig.EditorConfig"
]
}

17
.vscode/settings.json vendored
View File

@@ -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"
}
}