wujingjing
2024-11-19 a1a6827edea6100849b28d0ef3cdc99c23d8b125
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "printWidth": 80,
  "tabWidth": 2,
  "useTabs": false,
  "singleQuote": true,
  "semi": true,
  "trailingComma": "none",
  "bracketSpacing": false,
  "quoteProps": "consistent",
  "arrowParens": "avoid",
  "jsxBracketSameLine": false,
  "overrides": [
    {
      "files": ["fis-conf.js"],
      "options": {
        "tabWidth": 4
      }
    }
  ]
}