Skip to content

Commit

Permalink
Add .gitattributes for consistent line endings regardless of core.aut…
Browse files Browse the repository at this point in the history
…ocrlf setting.
  • Loading branch information
plioi committed Apr 1, 2012
1 parent c0a189b commit cb4e0e2
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitattributes
@@ -0,0 +1,58 @@
*.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

*.jpg binary
*.png binary
*.gif binary

*.cs text diff=csharp
*.vb text
*.c text
*.cpp text
*.cxx text
*.h text
*.hxx text
*.py text
*.rb text
*.java text
*.html text
*.htm text
*.css text
*.scss text
*.sass text
*.less text
*.js text
*.lisp text
*.clj text
*.sql text
*.php text
*.lua text
*.m text
*.asm text
*.erl text
*.fs text
*.fsx text
*.hs text
*.txt text
*.md text
*.config text
*.Config text
*.xml text
*.xslt text
*.ps1 text
*.bat text

*.targets text
*.csproj text merge=union
*.vbproj text merge=union
*.fsproj text merge=union
*.dbproj text merge=union
*.sln text eol=crlf merge=union

0 comments on commit cb4e0e2

Please sign in to comment.