diff --git a/.editorconfig b/.editorconfig index a772d3ccabb..738846d177c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -50,3 +50,4 @@ dotnet_style_null_propagation = true : suggestion dotnet_style_explicit_tuple_names = true : suggestion trim_trailing_whitespace = true +insert_final_newline = true