From 0a184b2169f4cb8d66bbe3c42161ebf5320a6d6c Mon Sep 17 00:00:00 2001 From: hdoc Date: Mon, 14 Nov 2022 18:38:49 -0500 Subject: [PATCH] Refactor: Use lf as eol in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3071d7d..842ce7b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = space indent_size = 2 -end_of_line = crlf +end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true