diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..2b415a4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "quoteProps": "consistent", + "printWidth": 80, + "tabWidth": 2 +} \ No newline at end of file