diff options
Diffstat (limited to '.prettierrc.json')
| -rw-r--r-- | .prettierrc.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 0967ef4..08df606 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1 +1,4 @@ -{} +{ + "bracketSpacing": true, + "printWidth": 80 +} |