diff options
| author | Jeremy Cowgar <jeremy@cowgar.com> | 2017-09-20 13:38:27 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-21 00:15:53 -0400 |
| commit | 064f682103dff1bd7b1dfea4d44ca34827d061a1 (patch) | |
| tree | 95d3fd57eee2946102b9a02f7c722a7ae9f4917f /.vscode | |
| parent | 32d6a8b7ecdc653bd032e2bd32cfb8bb3183c904 (diff) | |
| download | qmk_firmware-064f682103dff1bd7b1dfea4d44ca34827d061a1.tar.gz qmk_firmware-064f682103dff1bd7b1dfea4d44ca34827d061a1.zip | |
Instruct VSCode to indent using spaces, also ignore two temp files created by VSCode.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | // Place your settings in this file to overwrite default and user settings. | 1 | // Place your settings in this file to overwrite default and user settings. |
| 2 | { | 2 | { |
| 3 | // Unofficially, QMK uses spaces for indentation | ||
| 4 | "editor.insertSpaces": true, | ||
| 3 | // Configure glob patterns for excluding files and folders. | 5 | // Configure glob patterns for excluding files and folders. |
| 4 | "files.exclude": { | 6 | "files.exclude": { |
| 5 | "**/.build": true, | 7 | "**/.build": true, |
