https://github.com/facebook/zstd
Revision 2b61f74b1e12acddf72120e3ddd587d47e931f97 authored by Yann Collet on 03 July 2016, 19:06:42 UTC, committed by GitHub on 03 July 2016, 19:06:42 UTC
2 parent s 77054b4 + 5cc1882
Raw File
Tip revision: 2b61f74b1e12acddf72120e3ddd587d47e931f97 authored by Yann Collet on 03 July 2016, 19:06:42 UTC
Merge pull request #236 from Cyan4973/dev
Tip revision: 2b61f74
.gitattributes
# Set the default behavior
* text eol=lf

# Explicitly declare source files
*.c text eol=lf
*.h text eol=lf

# Denote files that should not be modified.
*.odt binary
*.png binary

# Visual Studio
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.vcproj* text eol=crlf
*.suo binary
*.rc binary

# Windows
*.bat text eol=crlf
*.cmd text eol=crlf
back to top