Skip to content

Commit

Permalink
Change C# editor config to use LF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 29, 2022
1 parent e1e9d3e commit afb0ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csharp/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afb0ca4

Please sign in to comment.