From c3024141da1a620d719b84bad25163ba16c53e81 Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:22:59 -0300 Subject: [PATCH] Update .editorconfig, fix #24 sorry --- .editorconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0908154..73cec8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,9 @@ insert_final_newline = true tab_width = 4 trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = false + [*.gradle] indent_style = tab @@ -28,7 +31,3 @@ tab_width = 2 [*.properties] indent_style = space indent_size = 2 - -[.editorconfig] -indent_style = space -indent_size = 4