diff --git a/.editorconfig b/.editorconfig index a50e07fb..c866f704 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,11 @@ root = true [*] +charset = utf-8 end_of_line = lf +indent_style = space insert_final_newline = true +trim_trailing_whitespace = true [*.rs] -charset = utf-8 -indent_style = space indent_size = 4