diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-03-21 15:19:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 15:19:34 +0100 |
commit | 8fe13074a7d9fdd88c5423d1e9c5fcc4ec43a57b (patch) | |
tree | 2a01a4b5199f21a8e7bb36f7bf583ac56ebef4b9 /.editorconfig | |
parent | 5901a1372251e760c2451287ad7a351ae70afb14 (diff) | |
download | luasystem-8fe13074a7d9fdd88c5423d1e9c5fcc4ec43a57b.tar.gz luasystem-8fe13074a7d9fdd88c5423d1e9c5fcc4ec43a57b.tar.bz2 luasystem-8fe13074a7d9fdd88c5423d1e9c5fcc4ec43a57b.zip |
chore(config): update editorconfig (#20)
Lua was duplicated and C was missing. Updated the 1 C file that
deviated in whitespace as well.
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 | ||