diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..2fb8b48f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,20 @@ +{ + "vetur.format.defaultFormatterOptions": { + "prettier": { + "semi": false, + "singleQuote": true, + "printWidth": 400, + "proseWrap": "never", + "trailingComma": "none" + }, + "prettyhtml": { + "printWidth": 400, + "singleQuote": false, + "wrapAttributes": false, + "sortAttributes": false + } + }, + "editor.formatOnSave": true, + "editor.detectIndentation": true, + "editor.tabSize": 2 +} \ No newline at end of file