From fe734776fb3b011ace4db4cd4f8413b81d5b0cc0 Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Mon, 15 Feb 2021 21:22:01 +1100 Subject: [PATCH] use lf instead of crlf --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 792961b1..bc29f5d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ [*] charset=utf-8 -end_of_line=crlf +end_of_line=lf trim_trailing_whitespace=false insert_final_newline=false indent_style=space