Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Added GitAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
gjrtimmer committed Dec 3, 2013
1 parent 12ae04d commit 6dad48c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Auto detect text files and perform LF normalization
* text eol=lf

# 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

# Repository
*.png binary
*.jpg binary
*.js text
*.css text

# Bootstrap Glyphicons
*.eot binary
*.ttf binary
*.svg text eol=lf
*.woff binary

0 comments on commit 6dad48c

Please sign in to comment.