From 19cc874db838634ea82bb72c0227c2c1ddaa9865 Mon Sep 17 00:00:00 2001 From: KleinCrafter Date: Mon, 2 Oct 2023 08:17:16 +0200 Subject: [PATCH] Add trim_trailing_whitespace to .editorconfig --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index d774813..0360139 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,10 @@ root = true [*] +charset = utf-8 end_of_line = lf insert_final_newline = true -charset = utf-8 +trim_trailing_whitespace = true [*.java] indent_style = space @@ -11,4 +12,4 @@ indent_size = 4 [*.yml] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2