Created
October 29, 2012 11:58
-
-
Save JakeGinnivan/3973167 to your computer and use it in GitHub Desktop.
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
| # Auto detect text files and perform LF normalization | |
| * text=auto | |
| # Custom for Visual Studio | |
| *.cs diff=csharp | |
| *.sln merge=union | |
| *.csproj merge=union | |
| *.vbproj merge=union | |
| *.fsproj merge=union | |
| *.dbproj merge=union | |
| # Normalise endings to CRLF | |
| *.cs eol=crlf | |
| *.xml eol=crlf | |
| *.xsl eol=crlf | |
| *.xsd eol=crlf | |
| *.cshtml eol=crlf | |
| *.css eol=crlf | |
| *.js eol=crlf | |
| *.txt eol=crlf | |
| *.config eol=crlf | |
| *.sql eol=crlf | |
| *.sln eol=crlf | |
| *.csproj eol=crlf | |
| *.vbproj eol=crlf | |
| *.fsproj eol=crlf | |
| *.dbproj eol=crlf | |
| *.nunit eol=crlf | |
| *.html eol=crlf | |
| *.md eol=crlf | |
| *.proj eol=crlf | |
| *.bat eol=crlf | |
| *.cmd eol=crlf | |
| *.nuspec eol=crlf | |
| *.targets eol=crlf | |
| *.conf eol=crlf | |
| *.manifest eol=crlf | |
| *.ps1 eol=crlf | |
| *.asax eol=crlf | |
| *.ncrunchproject eol=crlf | |
| *.ncrunchsolution eol=crlf | |
| .gitattributes eol=crlf | |
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment