From 015589cdd9ff35ae8bfac78074635424875d903e Mon Sep 17 00:00:00 2001 From: Jiaxin Zhu Date: Mon, 15 Apr 2024 22:36:54 +0800 Subject: [PATCH] fix(.editorconfig): remove setting end_of_line and make Git track EOL changes on Windows (#7725) --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ce737a78e..850f22266 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true [*] charset = utf-8 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true