yinbangzhong
2024-08-06 ae94ec741a29ed869c75c0f6e83798a8f2ce01d1
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,
};