zhangzengfei
2022-05-19 fec2ece4213cbf9ed43b0f969f9a05441f91aa22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module.exports = {
  // printWidth: 80,
  // tabWidth: 4,
  // useTabs: false,
  // semi: false,
  // singleQuote: true,
  // quoteProps: 'as-needed',
  // jsxSingleQuote: false,
  // trailingComma: 'es5',
  // bracketSpacing: true,
  // jsxBracketSameLine: false,
  // arrowParens: 'always',
  // htmlWhitespaceSensitivity: 'ignore',
  // vueIndentScriptAndStyle: true,
  // endOfLine: 'lf',
}