From 7f63d9cbc8b8eef78711d0bb4570f6591e08a0be Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 30 May 2021 22:28:19 +0800 Subject: [PATCH] Change .editorconfig to LF Signed-off-by: shedaniel --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3be144f3..305cec7e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*] charset = utf-8 -end_of_line = crlf +end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = false