diff --git a/.editorconfig b/.editorconfig index 46bd2ece87..090a230876 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,8 @@ [*] charset = utf-8-bom trim_trailing_whitespace = true +insert_final_newline = true +resharper_enforce_empty_line_at_end_of_file = true [*.md] indent_style = space @@ -189,4 +191,4 @@ dotnet_diagnostic.IDE0070.severity = none ### SonarCloud Issues ### # S907: Remove this use of 'goto' -dotnet_diagnostic.S907.severity = none \ No newline at end of file +dotnet_diagnostic.S907.severity = none