10 lines
287 B
JSON
10 lines
287 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"html.format.wrapLineLength": 0,
|
|
"editor.wordWrap": "on",
|
|
"editor.tabSize": 2,
|
|
"formate.alignColon": true,
|
|
"formate.verticalAlignProperties": true,
|
|
"formate.enable": true,
|
|
"formate.additionalSpaces": 0
|
|
} |