zhangxiao
2024-08-09 0f80d939b2f1b6a0de44eee737a3e185c0f6a72c
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,
};