Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e37836b

Browse files
committedApr 2, 2016
🎉 Added .gitattributes
0 parents  commit e37836b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)
Please sign in to comment.