.prettierrc 128 B

12345678
  1. {
  2. "useTabs": false,
  3. "tabWidth": 4,
  4. "printWidth": 320,
  5. "singleQuote": true,
  6. "trailingComma": "none",
  7. "semi": false
  8. }