From cf8f764da3fdd1c2cc40097df68c248b98968c53 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Tue, 30 Nov 2021 17:53:40 +0800 Subject: [PATCH] style: we should always use LF as EOL to unify the style --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 5a3512b7..3ba1e71f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ root = true [*] charset = utf-8 +end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true