summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-04 00:23:09 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-04 00:23:09 +0200
commit0ef46745cbfabce392eae0773b02596858c159f1 (patch)
tree09f6501186ac7c7a780a4245487460d12f60d1f6
parent574e8debfc73a808aa69c7a7b1f4ed0093d8adc2 (diff)
Add prettierrc configs
-rw-r--r--.prettierrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..95f2dae
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,11 @@
+{
+ "printWidth": 120,
+ "tabWidth": 2,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "quoteProps": "as-needed",
+ "trailingComma": "all",
+ "bracketSpacing": true,
+ "endOfLine": "lf"
+}