diff --git a/.prettierrc.json b/.prettierrc.json index 0edb04230b..281eb9c283 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,9 +1,10 @@ { - "useTabs": false, - "tabWidth": 4, - "trailingComma": "none", - "semi": true, - "singleQuote": true, - "jsxSingleQuote": false, - "printWidth": 250 + "useTabs": false, + "tabWidth": 4, + "trailingComma": "none", + "semi": true, + "singleQuote": true, + "jsxSingleQuote": false, + "printWidth": 250, + "bracketSameLine": false }