.prettierrc 106 B

123456
  1. {
  2. "semi": true,
  3. "singleQuote": true,
  4. "printWidth": 160,
  5. "vueIndentScriptAndStyle": true
  6. }