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
1 changed files with 1 additions and 1 deletions

View File

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