22 lines
573 B
JSON

{
"[javascript]": {
"editor.maxTokenizationLineLength": 2500,
"editor.tabSize": 2,
"editor.insertSpaces": true,
},
"[typescript]": {
"editor.maxTokenizationLineLength": 2500,
"editor.tabSize": 2,
"editor.insertSpaces": true,
},
"[svelte]": {
"editor.maxTokenizationLineLength": 2500,
"editor.tabSize": 2,
"editor.insertSpaces": true,
},
"[html]": {
"editor.maxTokenizationLineLength": 2500,
"editor.tabSize": 2,
"editor.insertSpaces": true,
},
}