.prettierrc 89 B

123456
  1. {
  2. "trailingComma": "es5",
  3. "tabWidth": 4,
  4. "useTabs": true,
  5. "semi": false
  6. }