liudong
2024-07-31 62c45e2187a481a47a60232876c52e6fb8062d3e
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,
};