Skip to content

Commit

Permalink
Create .gitattributes for cross os contributors
Browse files Browse the repository at this point in the history
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
  • Loading branch information
acoder77 authored Oct 17, 2020
1 parent ec01b51 commit ac66141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto

0 comments on commit ac66141

Please sign in to comment.