From 7f921ae30fd93801a95df1f4fee94635e8a2da7d Mon Sep 17 00:00:00 2001 From: ArenM Date: Fri, 12 May 2023 12:13:38 -0400 Subject: [PATCH] Fix editorconfig configuration file `ec` was previously silently ignoring these because the format of the config file was broken. Signed-off-by: Anjandev Momi --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b9e964e..a772409 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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