From 438568e88219a234c1fe234dc47495cdbc817550 Mon Sep 17 00:00:00 2001 From: Azoxey Date: Thu, 27 Jul 2023 06:47:55 -0500 Subject: [PATCH] fix editorconfig for markdown --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 82cfa5425..713f4f7b0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true -[md] +[*.md] trim_trailing_whitespace = false