jinmao88
2023-01-30 c999abb236de8964c53c652fd8b7233cb775810d
提交 | 用户 | 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 };