summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..c96b4ea7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
1root = true
2
3[*]
4end_of_line = lf
5charset = utf-8
6
7[*.lua]
8indent_style = space
9indent_size = 3
10
11[Makefile]
12indent_style = tab