diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 000000000..352bdd085 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,5 @@ +{ + "arrowParens": "avoid", + "printWidth": 101, + "trailingComma": "none" +}