vscode settings

master
sundowndev 2019-05-27 16:55:08 +02:00
parent af49034e5d
commit 37431e1ffc
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"prettier.singleQuote": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.associations": {
"*.vue": "html"
"*.vue": "vue"
},
"editor.fontFamily": "'Hack', monospace",
"terminal.integrated.fontFamily": "monospace",
@ -42,5 +42,6 @@
"eslint.run": "onType",
"files.autoSave": "onWindowChange",
"prettier.eslintIntegration": true,
"prettier.trailingComma": "es5"
"prettier.trailingComma": "es5",
"prettier.tslintIntegration": true
}