From 54d81092a0c16eca06fb7341da7bc14307c90682 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 25 Oct 2023 11:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.editconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 88d539d3..fd8405bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,7 @@ root=true [*.{groovy,java,kt,xml}] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.sh] +end_of_line=lf