1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 16:56:49 +02:00
zstd/.gitattributes

21 lines
321 B
Plaintext
Raw Normal View History

2015-01-24 01:58:16 +01:00
# 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
2015-01-31 10:57:57 +01:00
*.png binary
2015-01-24 01:58:16 +01:00
# Visual Studio
2016-04-25 15:23:09 +02:00
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.vcproj* text eol=crlf
2016-04-25 15:23:09 +02:00
*.suo binary
*.rc binary
2016-05-18 18:03:02 +02:00
# Windows
*.bat text eol=crlf