From d292027f731f1231d37ab9a986f79782e352d572 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 7 Jun 2022 11:26:21 +0200 Subject: [PATCH] Update .editorconfig --- .editorconfig | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3f407e66..8151bfeb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,17 @@ +# Editor Config root = true +# All [*] -end_of_line = lf charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +insert_trailing_newline = true +max_line_length = off trim_trailing_whitespace = true -insert_trailing_newline = true \ No newline at end of file + +# Markdown uses whitespace for formatting +[*.md] +trim_trailing_whitespace = false