Change C# editor config to use LF by default

This commit is contained in:
Jon Skeet 2022-03-28 11:32:29 +01:00 committed by Jon Skeet
parent e1e9d3e6da
commit afb0ca40b3

View File

@ -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