From a53486677ef8ea0df41b00e9956bb52bf67d964f Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 8 Oct 2024 17:36:32 +0200 Subject: [PATCH] update .editorconfig --- .editorconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index ceb407da..a541e47e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,11 +12,10 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -indent_size = 4 -[{.jshintrc,*.json,*.yml}] +[*.yml] indent_style = space indent_size = 2 -[{*.txt,wp-config-sample.php}] -end_of_line = lf +[*.md] +trim_trailing_whitespace = false