25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
230 B

  1. {
  2. "printWidth": 120,
  3. "singleQuote": true,
  4. "tabWidth": 4,
  5. "useTabs": true,
  6. "overrides": [
  7. {
  8. "files": ".prettierrc",
  9. "options": { "parser": "json" }
  10. },
  11. {
  12. "files": "*.md",
  13. "options": { "tabWidth": 2 }
  14. }
  15. ]
  16. }