17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
"[vue]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"[typescript]": {
|
|
"editor.tabSize": 4
|
|
},
|
|
"[json]": {
|
|
"editor.tabSize": 4
|
|
}
|
|
} |