From f690c04577851f9538d4633fccc6dcbc43c0a847 Mon Sep 17 00:00:00 2001 From: Xiao Meng Date: Sat, 16 Apr 2022 02:13:31 +0800 Subject: use LF instead of CRLF (#28) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 8952366..84b8a66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] charset = utf-8 +end_of_line = lf insert_final_newline = true indent_style = tab indent_size = 4 -- cgit v1.2.3