.prettierrc.json 94 B

123456
  1. {
  2. "singleQuote": true,
  3. "printWidth": 160,
  4. "bracketSpacing": true,
  5. "endOfLine": "lf"
  6. }