.prettierrc.json 92 B

123456
  1. {
  2. "tabWidth": 4,
  3. "printWidth": 120,
  4. "trailingComma": "none",
  5. "semi": false
  6. }