.prettierrc 159 B

123456789
  1. {
  2. "singleQuote": true,
  3. "semi": true,
  4. "bracketSpacing": true,
  5. "tabWidth": 4,
  6. "printWidth": 150,
  7. "useTabs": true,
  8. "htmlWhitespaceSensitivity": "strict"
  9. }