From cf8c9a5363e2d8e814fdad4eea269a74bf6c1b11 Mon Sep 17 00:00:00 2001 From: zhou-hao Date: Wed, 3 Jun 2020 09:37:53 +0800 Subject: [PATCH] end_of_line = lf --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 276bcb40..d2b278bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ root = true [*] charset = utf-8 +end_of_line = lf [*.java] indent_style = space