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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user