aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-10 23:00:06 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-10 23:00:06 +0200
commit988ca1a3e364aa6e5377e3407c683eceddb88107 (patch)
tree77fa3ba168ad0b6c7021ce92ca5a527f78744fc5 /.editorconfig
parent3d7e85099e73ff77fbd56515d0538c5a0ab60f1e (diff)
Remove dependencies
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..985ed6e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.js]
+charset = utf-8
+indent_style = space
+indent_size = 2
+
+[package.json]
+indent_style = space
+indent_size = 2