Change C# editor config to use LF by default

pull/9697/head
Jon Skeet 3 years ago committed by Jon Skeet
parent e1e9d3e6da
commit afb0ca40b3
  1. 3
      csharp/.editorconfig

@ -12,7 +12,6 @@ indent_style = space
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
Loading…
Cancel
Save