commit | afb0ca40b3a1d9940a3022dac9df3bed68d6708d | [log] [tgz] |
---|---|---|
author | Jon Skeet <[email protected]> | Mon Mar 28 11:32:29 2022 +0100 |
committer | Jon Skeet <[email protected]> | Tue Mar 29 16:38:30 2022 +0100 |
tree | a96a5c01505daa0e2467e21350a13c7038967d10 | |
parent | e1e9d3e6da898dcce08381b50df20464dcc549c7 [diff] [blame] |
Change C# editor config to use LF by default
diff --git a/csharp/.editorconfig b/csharp/.editorconfig index a59f5a5..5e2afd0 100644 --- a/csharp/.editorconfig +++ b/csharp/.editorconfig
@@ -12,7 +12,6 @@ tab_width = 4 # New line preferences -# See https://github.com/protocolbuffers/protobuf/issues/9526 -#end_of_line = lf +end_of_line = lf insert_final_newline = false trim_trailing_whitespace = true \ No newline at end of file