Delete vscode formatter settings for now

This commit is contained in:
jahooma 2021-12-10 14:12:16 -06:00
parent e18e7548d5
commit 3610ac8917

View File

@ -1,8 +0,0 @@
{
"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"
}