.prettierrc.json 99 B

1234567
  1. {
  2. "tabWidth": 4,
  3. "useTabs": true,
  4. "printWidth": 120,
  5. "semi": false,
  6. "bracketSameLine": true
  7. }