aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.editorconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index edf2a6d8..1a50d9c8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,13 +1,14 @@
root = true
[*]
-max_line_length = 120
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
insert_final_newline = true
-charset = utf-8
+
+[*.lua]
+max_line_length = 120
[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab