diff options
Diffstat (limited to '')
-rw-r--r-- | .prettierrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 864a0cc8..3ac20a06 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,6 +4,7 @@ "useTabs": true, "arrowParens": "avoid", "printWidth": 200, + "bracketSameLine": true, "overrides": [ { "files": ["*.js", "*.json"], |