Created
May 12, 2012 05:28
-
-
Save prabirshrestha/2664336 to your computer and use it in GitHub Desktop.
.gitattributes don't convert line endings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *.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 | |
| *.csproj -text merge=union | |
| *.vbproj -text merge=union | |
| *.fsproj -text merge=union | |
| *.dbproj -text merge=union | |
| *.sln -text eol=crlf merge=union | |
| .gitattributes -text | |
| .gitignore -text | |
| *.xaml -text | |
| *.appxmanifest -text | |
| *.txt -text | |
| *.md -text | |
| *.cmd -text | |
| *.config -text | |
| *.targets -text | |
| *.xml -text | |
| Settings.StyleCop -text | |
| VERSION -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment