GauharChan
2022-07-12 c001535b5676c791571651d721b2b55eb562ee50
提交 | 用户 | age
2f6253 1 module.exports = {
2   printWidth: 100,
3   semi: true,
4   vueIndentScriptAndStyle: true,
5   singleQuote: true,
56a966 6   trailingComma: 'all',
2f6253 7   proseWrap: 'never',
8   htmlWhitespaceSensitivity: 'strict',
7b7694 9   endOfLine: 'auto',
2f6253 10 };