summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2024-03-21 15:19:34 +0100
committerGitHub <noreply@github.com>2024-03-21 15:19:34 +0100
commit8fe13074a7d9fdd88c5423d1e9c5fcc4ec43a57b (patch)
tree2a01a4b5199f21a8e7bb36f7bf583ac56ebef4b9 /.editorconfig
parent5901a1372251e760c2451287ad7a351ae70afb14 (diff)
downloadluasystem-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--.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
trim_trailing_whitespace = true
charset = utf-8
-[*.lua]
+[*.c;*.h]
indent_style = space
indent_size = 4