yinbangzhong
2024-08-29 31a48e3a3c7d4e37a05ef43fa4b65c84989cc353
1
2
3
4
5
6
7
8
9
module.exports = {
  tabWidth: 2,
  semi: true,
  printWidth: 80,
  singleQuote: true,
  quoteProps: 'consistent',
  htmlWhitespaceSensitivity: 'strict',
  vueIndentScriptAndStyle: true,
};