Skip to content

Commit

Permalink
Create .gitattributes for Cross OS compatibility (TheAlgorithms#3410)
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 5cb41e7 commit 35cade8
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 35cade8

Please sign in to comment.