Add yaml language-specific settings
This commit is contained in:
parent
7b1fac733d
commit
a4bb96513d
1 changed files with 4 additions and 0 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -3,5 +3,9 @@
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"[javascript]": {
|
"[javascript]": {
|
||||||
"editor.tabSize": 4
|
"editor.tabSize": 4
|
||||||
|
},
|
||||||
|
"[yaml,yml]": {
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
"editor.tabSize": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue