From eaa4721b3637a494044fb7ec846113343021570b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 6 Aug 2024 15:56:50 +0800 Subject: [PATCH] Chore: update editorconfig [ci skip] --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c65cfad7b..3e19f507c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,10 @@ tab_width = 4 insert_final_newline = true trim_trailing_whitespace = true -[*.{md,fflogo}] +[*.md] trim_trailing_whitespace = false -[*.{fflogo}] +[*.txt] insert_final_newline = false [*.yml]