prettierrc.json 154 B

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