Add yaml language-specific settings

This commit is contained in:
Oliver-Akins 2024-01-29 23:02:54 -07:00
parent 7b1fac733d
commit a4bb96513d

View file

@ -3,5 +3,9 @@
"editor.tabSize": 2,
"[javascript]": {
"editor.tabSize": 4
},
"[yaml,yml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}