diff --git a/.prettierrc.json b/.prettierrc.json index 30f991427a..159dda55f4 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { "$schema": "http://json.schemastore.org/prettierrc", "singleQuote": true, - "trailingComma": "all" + "trailingComma": "all", + "tabWidth": 4, + "printWidth": 120 } -