Blame view

node_modules/is-what/.prettierrc 163 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
  {
    "printWidth": 100,
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "es5",
    "semi": false,
    "bracketSpacing": true,
    "quoteProps": "consistent"
  }