From a7f62a8b23b380afcfbf789b7ee5fb546acdecdd Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 13 Oct 2021 16:24:38 +0200 Subject: [PATCH] edited editorconfig --- .editorconfig | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 74c6104..c4f3e5b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,9 @@ root = true [*] -end_of_line = lf -insert_final_newline = true - -[*.{java}] +charset = utf-8 indent_style = space indent_size = 4 -tab_width = 4 trim_trailing_whitespace = true -max_line_length = 100 +end_of_line = lf +insert_final_newline = true