manifold/.vscode/settings.json
2021-12-10 12:06:51 -06:00

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"
}