diff options
Diffstat (limited to '.prettierrc.json')
| -rw-r--r-- | .prettierrc.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..e242695 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,8 @@ +{ + "printWidth": 110, + "tabWidth": 2, + "semi": true, + "singleQuote": false, + "trailingComma": "all", + "arrowParens": "avoid" +} |
