From 38a1665cd004761bb52ecf46665ef6283ff25732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 19 Jan 2021 21:19:20 +0100 Subject: [PATCH] editorconfig: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 414a29f..1f2d7b4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,10 +21,12 @@ root = true [*] +charset = utf-8 end_of_line = lf indent_style = space insert_final_newline = true tab_width = 4 +trim_trailing_whitespace = true [.gitmodules] indent_style = tab