diff --git a/.prettierrc.json b/.prettierrc.json index 5cdd74073..6b3f54736 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { - "printWidth": 100, - "semi": false, - "singleQuote": true, - "trailingComma": "none" + "printWidth": 150, + "semi": true, + "singleQuote": false, + "trailingComma": "all", + "tabWidth": 2 }