diff --git a/.editorconfig b/.editorconfig index 311c88420c..3557e27965 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,4 +3,7 @@ root = true [*] indent_style = tab -end_of_line = LF \ No newline at end of file +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file