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 290 B

1 year ago
123456789101112
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "trailingComma": "none",
  5. "useTabs": false,
  6. "tabWidth": 2,
  7. "htmlWhitespaceSensitivity": "ignore",
  8. "vueIndentScriptAndStyle": false,
  9. "embeddedLanguageFormatting": "off",
  10. "bracketSameLine":false,
  11. "printWidth": 120
  12. }