aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-08-30 19:44:20 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-08-30 19:44:20 +0200
commitfa4ef5088fc6db7d20616d6bf48ed1d3e9f9f255 (patch)
treeaf58403d7c61b3240d4760926226202e57b4e249 /.editorconfig
parentb9a2baf2a7c957089e63844b857e05c07b87c2fb (diff)
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..f122ae4
--- /dev/null
+++ b/.editorconfig
@@ -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