aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 89cb381..05bcaee 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,7 +6,7 @@ insert_final_newline = true
6trim_trailing_whitespace = true 6trim_trailing_whitespace = true
7charset = utf-8 7charset = utf-8
8 8
9[*.lua] 9[*.c;*.h]
10indent_style = space 10indent_style = space
11indent_size = 4 11indent_size = 4
12 12