Newer
Older
DH_Apicture / .prettierrc
@zhangqy zhangqy on 29 Nov 190 bytes first commit
  1. {
  2. "printWidth": 130,
  3. "tabWidth": 2,
  4. "singleQuote": true,
  5. "allowParens": true,
  6. "trailingComma": "es5",
  7. "endOfLine": "lf",
  8. "arrowParens": "avoid",
  9. "jsxBracketSameLine": true
  10. }