diff options
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc index 8dc2e726..7d715cba 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,7 @@ { "tabWidth": 4, - "useTabs": true -} + "useTabs": true, + "printWidth": 140, + "trailingComma": "none", + "useTabs": true +} \ No newline at end of file |