Fix editorconfig configuration file

`ec` was previously silently ignoring these because the format of the
config file was broken.

Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
ArenM
2023-05-12 12:13:38 -04:00
committed by Anjandev Momi
parent cbf794c996
commit 7f921ae30f

View File

@@ -4,7 +4,7 @@
root = true root = true
# Unix-style newlines with a newline ending every file # Unix-style newlines with a newline ending every file
[*.{sh|c}] [*.{sh,c}]
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
indent_style = tab indent_style = tab