From 2e7e5be51d8c20e726886ae95a9ee8f5b10e0fe0 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Fri, 27 Jan 2023 04:37:50 +0300 Subject: [PATCH] editorconfig shouldnt control eol --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index edc1225..f5d2080 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true [*] indent_style = space indent_size = 2 -end_of_line = crlf +end_of_line = unset charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true