diff options
Diffstat (limited to '.prettierrc.json')
| -rw-r--r-- | .prettierrc.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 694a6ff7..fa9699b8 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,7 +1,7 @@ { - "semi": true, - "trailingComma": "all", - "singleQuote": true, - "printWidth": 80, - "tabWidth": 2 + "semi": true, + "trailingComma": "all", + "singleQuote": true, + "printWidth": 80, + "tabWidth": 2 } |
