Skip to content

Commit

Permalink
Add Git Attributes file
Browse files Browse the repository at this point in the history
Recommended .gitattributes that normalizes LF.
  • Loading branch information
KVSun committed Dec 9, 2015
1 parent 19f73c4 commit 06e93f9
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 06e93f9

Please sign in to comment.