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