Skip to content

Commit

Permalink
gitattributes (maybe).
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanik committed May 24, 2015
1 parent 2f905c0 commit e97ddc2
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 @@
* text=auto whitespace=blank-at-eol,tab-in-indent,trailing-space,tabwidth=2

*.bat text eol=crlf
*.sh text eol=lf

*.sln text eol=crlf -whitespace
*.csproj text eol=crlf -whitespace merge=union
*.vcxproj text eol=crlf -whitespace merge=union
*.props text eol=crlf -whitespace merge=union

0 comments on commit e97ddc2

Please sign in to comment.