Instruct VSCode to indent using spaces, also ignore two temp files created by VSCode.
This commit is contained in:
parent
32d6a8b7ec
commit
064f682103
2 changed files with 5 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue