Skip to content

Commit

Permalink
Instruct VSCode to indent using spaces, also ignore two temp files cr…
Browse files Browse the repository at this point in the history
…eated by VSCode.
  • Loading branch information
jcowgar authored and jackhumbert committed Sep 21, 2017
1 parent 32d6a8b commit 064f682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 064f682

Please sign in to comment.