8 lines
280 B
JSON
8 lines
280 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"javascript.format.semicolons": "remove",
|
|
"typescript.format.semicolons": "remove",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"vetur.format.defaultFormatter.js": "vscode-typescript",
|
|
"vetur.format.defaultFormatter.ts": "vscode-typescript"
|
|
} |