Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
Add default .gitattributes file recommended by GitHub for Windows tool,
to normalize line-ending characters and avoid future line-ending confusion problems.
  • Loading branch information
jthelin committed Jan 27, 2015
1 parent 0da03b5 commit 1df960e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# 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

0 comments on commit 1df960e

Please sign in to comment.