城阳运营端pc前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

37 lines
1.3 KiB

{
"workbench.colorTheme": "One Monokai",
"window.zoomLevel": 1,
"terminal.integrated.fontWeightBold": "normal",
"workbench.iconTheme": "material-icon-theme",
// vscodetabsize
"editor.detectIndentation": false,
// tabsize
"editor.tabSize": 2,
// #
"editor.formatOnSave": true,
// #eslint
"eslint.autoFixOnSave": true,
//  vue 
"eslint.validate": [],
// #
"prettier.semi": false,
"prettier.trailingComma": "none",
// #使
"prettier.singleQuote": true,
// #()
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
// #
"vetur.format.defaultFormatter.html": "js-beautify-html",
// #vuejsts
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned"
// #vuehtml
}
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"git.enableSmartCommit": true
}