1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Line ending normalization

This commit is contained in:
James Hillyerd
2013-09-05 16:37:11 -07:00
parent ca4f9f570f
commit 49073d2733
2 changed files with 24 additions and 1 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
# Auto detect text files and perform LF normalization
* text=auto
*.raw -text
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# 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

File diff suppressed because one or more lines are too long