You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.prettierrc 429B

123456789101112131415161718
  1. {
  2. "printWidth": 120,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "semi": true,
  6. "singleQuote": true,
  7. "quoteProps": "as-needed",
  8. "jsxSingleQuote": false,
  9. "trailingComma": "all",
  10. "bracketSpacing": true,
  11. "jsxBracketSameLine": true,
  12. "arrowParens": "always",
  13. "proseWrap": "preserve",
  14. "htmlWhitespaceSensitivity": "css",
  15. "vueIndentScriptAndStyle": false,
  16. "endOfLine": "auto",
  17. "embeddedLanguageFormatting": "auto"
  18. }