vben
2021-10-26 ed40b333f39fea7e3acc67bfa2d88aad9fd0f363
提交 | 用户 | 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 };