Skip to content

Commit

Permalink
Added .gitattributes file for proper line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetjunkie committed Apr 13, 2016
1 parent ff1ed49 commit 731e040
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.cs eol=crlf
*.bat eol=crlf
*.txt eol=crlf
*.csproj eol=crlf

0 comments on commit 731e040

Please sign in to comment.