agmission/Development/client/.vscode/settings.json

11 lines
331 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,
"specstory.cloudSync.enabled": "never"
}