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.
41 lines
1.1 KiB
41 lines
1.1 KiB
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.tslint": true,
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "HookyQR.beautify"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[wxss]": {
|
|
"editor.defaultFormatter": "HookyQR.beautify"
|
|
},
|
|
"wxmlConfig.onSaveFormat": true,
|
|
"wxmlConfig.format": {
|
|
"brace_style": "collapse",
|
|
"indent_inner_html": true,
|
|
"indent_scripts": "keep",
|
|
"indent_size": 2,
|
|
"indent_char": " ",
|
|
"unformatted": "['wxs']",
|
|
"disable_automatic_closing_labels": false,
|
|
"preserve_newlines": true,
|
|
"wrap_attributes": "force-expand-multiline",
|
|
"wrap_attributes_count": 4,
|
|
"wrap_attributes_indent_size": 2
|
|
},
|
|
"editor.tabSize": 2,
|
|
"[wxml]": {
|
|
"editor.defaultFormatter": "wechat.miniprogram.wxml-language-features"
|
|
},
|
|
"[css]": {
|
|
"editor.defaultFormatter": "HookyQR.beautify"
|
|
}
|
|
}
|