diff --git a/.editorconfig b/.editorconfig index d6adf33378..471170c449 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -# end_of_line = lf +end_of_line = lf [*.yml] indent_style = space