From 3bf18c980a38fe4d22dd83f709add6f91d206b95 Mon Sep 17 00:00:00 2001 From: Junki Mano Date: Thu, 4 Jul 2024 09:40:19 +0900 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 991d43e2..f4296173 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf + +[*.md] +trim_trailing_whitespace = false