aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/.prettierrc')
-rw-r--r--src/frontend/.prettierrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/frontend/.prettierrc b/src/frontend/.prettierrc
new file mode 100644
index 0000000..115ffb9
--- /dev/null
+++ b/src/frontend/.prettierrc
@@ -0,0 +1,10 @@
+{
+ "semi": true,
+ "trailingComma": "es5",
+ "singleQuote": false,
+ "printWidth": 80,
+ "tabWidth": 2,
+ "useTabs": false,
+ "arrowParens": "always",
+ "endOfLine": "lf"
+}