Skip to content

Commit

Permalink
Add git attributes
Browse files Browse the repository at this point in the history
Added suggested git attributes & the few files that needed to change to
comply as a result.
  • Loading branch information
hazendaz committed Sep 27, 2014
1 parent 86a79ed commit dd7ec6b
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 1,362 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
Loading

0 comments on commit dd7ec6b

Please sign in to comment.