From 5269c8c7f0072dd2102b7aea3e2e4cb4470d3069 Mon Sep 17 00:00:00 2001 From: Igor Velkov <325961+iav@users.noreply.github.com> Date: Fri, 6 Feb 2026 03:08:26 +0200 Subject: [PATCH] Fix errors in .editorconfig --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f953d4ba65..dff53fabf2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,7 @@ trim_trailing_whitespace = false [*.md] indent_style = space indent_size = 4 -insert_final_newline = false +trim_trailing_whitespace = false [*.json] indent_style = space @@ -36,7 +36,6 @@ function_next_line = false [*.{yaml,yml}] indent_style = space indent_size = 2 -insert_final_newline = false [*.py] indent_size = 4