zhongshujie
2024-12-19 8aeddcf766df9f7e3061d4d098b57afdf53db896
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "eslint.enable": true,
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.tslint": "explicit",
    "source.fixAll.eslint": "explicit"
  },
  "[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"
  }
}