diff --git a/.prettierrc b/.prettierrc index da3a4a8e2..32a583663 100644 --- a/.prettierrc +++ b/.prettierrc @@ -10,5 +10,13 @@ "arrowParens": "always", "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", - "endOfLine": "lf" + "endOfLine": "lf", + "overrides": [ + { + "files": ["*.json"], + "options": { + "tabWidth": 2 + } + } + ] }