From 5397a6b2afbfeee3d7cd21727e4628a2eccb0606 Mon Sep 17 00:00:00 2001 From: Andreas Grafen Date: Wed, 2 Feb 2022 16:41:10 +0100 Subject: [PATCH] feat: fix and extend editorconfig --- .editorconfig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index a13612c..4db83d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,15 +6,13 @@ root = true [*] -end_of_line = lf charset = utf-8 -insert_final_newline = true -indent_style = tabs indent_size = 4 - -[*.txt] indent_style = tab -indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true [*.{diff,md}] trim_trailing_whitespace = false +