diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..2ea4d10 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "$schema": "https://json.schemastore.org/prettierrc", + "tabWidth": 2, + "singleQuote": true, + "printWidth": 120, + "trailingComma": "none" +}