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