智慧水务管理系统 - 精河县供水工程综合管理平台

.prettierrc 257B

123456789101112
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "tabWidth": 2,
  5. "trailingComma": "none",
  6. "printWidth": 100,
  7. "bracketSpacing": true,
  8. "arrowParens": "avoid",
  9. "endOfLine": "lf",
  10. "vueIndentScriptAndStyle": false,
  11. "htmlWhitespaceSensitivity": "ignore"
  12. }