From f74a9ee81f27443fa8b8c95132b5cccfdc929518 Mon Sep 17 00:00:00 2001 From: Mexit <25229673+Mexit@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:08:09 +0100 Subject: [PATCH] Updated .editorconfig --- .editorconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 31bf676..8d25ab6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,14 @@ root = true [*] indent_style = tab indent_size = 4 -end_of_line = lf -insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 +end_of_line = lf +insert_final_newline = true + +[.github/**.yml] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false