.prettierrc 167 B

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