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 committed Jan 29, 2023
1 parent 5eff308 commit 0e05f68
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 0e05f68

Please sign in to comment.