Newer
Older
DH_Apicture / .prettierrc
@zhangqy zhangqy 26 days ago 190 bytes first commit
{
  "printWidth": 130,
  "tabWidth": 2,
  "singleQuote": true,
  "allowParens": true,
  "trailingComma": "es5",
  "endOfLine": "lf",
  "arrowParens": "avoid",
  "jsxBracketSameLine": true
}