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

1 year ago
1234567891011
  1. {
  2. "printWidth": 80,
  3. "htmlWhitespaceSensitivity": "ignore",
  4. "tabWidth": 2,
  5. "bracketSameLine": true,
  6. "useTabs": true,
  7. "vueIndentScriptAndStyle": false,
  8. "semi": true,
  9. "singleQuote": true,
  10. "trailingComma": "es5"
  11. }