summary refs log tree commit diff
path: root/.prettierrc
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-08-09 20:46:04 +0300
committerWlodekM <[email protected]>2024-08-09 20:46:04 +0300
commit80d45efdf7fe6204de5378b2e5536d241d9996df (patch)
treed602a536ecd4ed6e6f4b86bf8c68499c873297e3 /.prettierrc
parent87cb115ac9d37199c9da8487a3810c98544ac240 (diff)
v1.3.0 (also use prettier (bad idea (why doesnt it have an undo command) ) )
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..1491ea5
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,8 @@
+{
+    "trailingComma": "es5",
+    "tabWidth": 4,
+    "semi": true,
+    "singleQuote": false,
+    "printWidth": 9999,
+    "endOfLine": "lf"
+}