ref: vscode settings
parent
4fdfca98c6
commit
c0d9baaaee
|
@ -2,7 +2,6 @@
|
||||||
"window.zoomLevel": 0,
|
"window.zoomLevel": 0,
|
||||||
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
"workbench.colorTheme": "Material Theme Darker High Contrast",
|
||||||
"python.jediEnabled": false,
|
"python.jediEnabled": false,
|
||||||
"editor.trimAutoWhitespace": false,
|
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
// "tslint.configFile": "tslint.json",
|
// "tslint.configFile": "tslint.json",
|
||||||
"[typescript]": {
|
"[typescript]": {
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
"[vue]": {
|
"[vue]": {
|
||||||
"editor.defaultFormatter": "octref.vetur",
|
"editor.defaultFormatter": "octref.vetur",
|
||||||
},
|
},
|
||||||
"prettier.trailingComma": "all",
|
|
||||||
"typescript.preferences.quoteStyle": "single",
|
"typescript.preferences.quoteStyle": "single",
|
||||||
"javascript.preferences.quoteStyle": "single",
|
"javascript.preferences.quoteStyle": "single",
|
||||||
"[javascript]": {
|
"[javascript]": {
|
||||||
|
@ -38,11 +36,12 @@
|
||||||
"vetur.format.defaultFormatter.scss": "prettier",
|
"vetur.format.defaultFormatter.scss": "prettier",
|
||||||
"vetur.format.defaultFormatter.less": "prettier",
|
"vetur.format.defaultFormatter.less": "prettier",
|
||||||
"vetur.format.defaultFormatter.stylus": "stylus-supremacy",
|
"vetur.format.defaultFormatter.stylus": "stylus-supremacy",
|
||||||
"vetur.format.defaultFormatter.js": "prettier",
|
|
||||||
"vetur.format.defaultFormatter.ts": "prettier",
|
"vetur.format.defaultFormatter.ts": "prettier",
|
||||||
"vetur.format.options.tabSize": 2,
|
"vetur.format.options.tabSize": 2,
|
||||||
"vetur.format.options.useTabs": false,
|
"vetur.format.options.useTabs": false,
|
||||||
"eslint.enable": true,
|
"eslint.enable": true,
|
||||||
"eslint.run": "onType",
|
"eslint.run": "onType",
|
||||||
"files.autoSave": "onWindowChange"
|
"files.autoSave": "onWindowChange",
|
||||||
|
"prettier.eslintIntegration": true,
|
||||||
|
"prettier.trailingComma": "es5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue