Newer
Older
KaiFengPC / .prettierrc
@zhangdeliang zhangdeliang on 23 May 190 bytes 初始化项目
  1. {
  2. "printWidth": 140,
  3. "tabWidth": 2,
  4. "singleQuote": true,
  5. "allowParens": true,
  6. "trailingComma": "es5",
  7. "endOfLine": "lf",
  8. "arrowParens": "avoid",
  9. "jsxBracketSameLine": true
  10. }