From 4b61c44d6ac0992fbc3438b4e56f0ad319c13869 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Thu, 2 Feb 2023 06:36:01 +0000 Subject: [PATCH] Update editorconfig if using LF endings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dc35434..f8ceb51 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 = false insert_final_newline = true