summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.vscode/settings.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e76661909..e77127268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@ util/Win_Check_Output.txt
# Let these ones be user specific, since we have so many different configurations
.vscode/launch.json
.vscode/tasks.json
+.vscode/last.sql
+.vscode/temp.sql
.stfolder
# ignore image files
@@ -47,7 +49,7 @@ util/Win_Check_Output.txt
*.gif
# Do not ignore MiniDox left/right hand eeprom files
-!keyboards/minidox/*.eep
+!keyboards/minidox/*.eep
# things travis sees
secrets.tar
diff --git a/.vscode/settings.json b/.vscode/settings.json
index be0b85b78..afe8341d0 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,