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