]> git.r.bdr.sh - rbdr/junction/commitdiff
Add editorconfig
authorRuben Beltran del Rio <redacted>
Wed, 30 Aug 2023 17:44:20 +0000 (19:44 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 30 Aug 2023 17:44:20 +0000 (19:44 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..f122ae4
--- /dev/null
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{js,json}]
+indent_style = space
+indent_size = 2
+charset = utf-8
+
+[Makefile]
+indent_style = tab