diff --git a/.prettierrc.json b/.prettierrc.json index c73a06a7..e56064e9 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,6 +3,6 @@ "semi": true, "tabWidth": 2, "singleQuote": true, - "printWidth": 120, + "printWidth": 100, "trailingComma": "none" }