11 lines
No EOL
180 B
JSON
11 lines
No EOL
180 B
JSON
{
|
|
"files.autoSave": "onWindowChange",
|
|
"editor.tabSize": 2,
|
|
"[javascript]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"[yaml,yml]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
}
|
|
} |