Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro authored Dec 15, 2017
1 parent 2620afe commit 21268f1
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
* -text

# Custom for Visual Studio
*.cs diff=csharp
*.cs text eol=lf diff=csharp
*.shader text eol=lf
*.cginc text eol=lf
*.hlsl text eol=lf
*.compute text eol=lf

# 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
*.meta text eol=lf

0 comments on commit 21268f1

Please sign in to comment.