Skip to content

Commit

Permalink
Add .gitattributes so line endings is consistent across systems (#5731)
Browse files Browse the repository at this point in the history
Add `.gitattributes` with enforced LF so line endings is consistent across systems.

We went back and forth on how to implement this, see the pull request thread for detailed discussion, it's complicated.
  • Loading branch information
trejjam authored and dependabot-ci committed Feb 19, 2023
1 parent 778c5aa commit f474c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
nuget/spec/fixtures/nuspecs/Microsoft.Extensions.DependencyModel.nuspec text eol=crlf

0 comments on commit f474c4e

Please sign in to comment.