diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 | |||
6 | trim_trailing_whitespace = true | 6 | trim_trailing_whitespace = true |
7 | charset = utf-8 | 7 | charset = utf-8 |
8 | 8 | ||
9 | [*.lua] | 9 | [*.c;*.h] |
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 4 | 11 | indent_size = 4 |
12 | 12 | ||