.prettierrc 128 B

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