Skip to content

Commit

Permalink
Fixes .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glassmaker committed Feb 19, 2015
1 parent d65ed1b commit d95ec14
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions .gitattributes
@@ -1,22 +1,8 @@
# 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
* text eol=lf
*.jar binary
*.png binary
*.xcf binary
*.java text eol=lf
mcmod.info text eol=lf
*.sh text eol=lf
*.bat text eol=crlf

0 comments on commit d95ec14

Please sign in to comment.