Add .vscode settings.json

This commit is contained in:
advplyr 2022-09-16 13:38:21 -05:00
parent 70ef09f451
commit 83e4a8f4ed

20
.vscode/settings.json vendored Normal file
View File

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