diff --git a/.editorconfig b/.editorconfig index 185a331d2..cdf1f8d29 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ charset = utf-8 indent_size = 2 indent_style = space insert_final_newline = true +trim_trailing_whitespace = true [*.cs] csharp_prefer_braces = true