.prettierrc 388 B

1234567891011121314151617
  1. {
  2. "printWidth": 160,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": false,
  6. "singleQuote": true,
  7. "quoteProps": "as-needed",
  8. "jsxSingleQuote": false,
  9. "trailingComma": "none",
  10. "bracketSpacing": true,
  11. "bracketSameLine": false,
  12. "arrowParens": "always",
  13. "htmlWhitespaceSensitivity": "css",
  14. "vueIndentScriptAndStyle": true,
  15. "endOfLine": "lf",
  16. "jsxBracketSameLine": true
  17. }