zhangxiao
2024-08-29 446b2b02f1e2cbd1eedf845927f1d043626ab876
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,
};