Skip to content

Commit

Permalink
do not enforce line endings from .editorconfig (due to IDE0055 error …
Browse files Browse the repository at this point in the history
…when building on Linux) see dotnet/roslyn#55526
  • Loading branch information
hakenr committed Oct 30, 2023
1 parent fec3621 commit f7e2f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ALL FILES
[*]

end_of_line = CRLF
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
Expand Down

0 comments on commit f7e2f87

Please sign in to comment.