From 5df11142eada332d4361641dde69dd8fa695caa9 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 26 Nov 2023 12:34:24 +0800 Subject: [PATCH] Disable trim_trailing_whitespace for md files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8d8f2b0a37..8bcb091d17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,5 +15,8 @@ ktlint_code_style = intellij_idea ktlint_standard_discouraged-comment-location = disabled ktlint_function_naming_ignore_when_annotated_with = Composable +[*.md] +trim_trailing_whitespace = false + [*.{yml,yaml}] indent_size = 2