xref: /freebsd/sys/contrib/zstd/.gitattributes (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1# Set the default behavior
2* text eol=lf
3
4# Explicitly declare source files
5*.c text eol=lf
6*.h text eol=lf
7
8# Denote files that should not be modified.
9*.odt binary
10*.png binary
11
12# Visual Studio
13*.sln text eol=crlf
14*.vcxproj* text eol=crlf
15*.vcproj* text eol=crlf
16*.suo binary
17*.rc text eol=crlf
18
19# Windows
20*.bat text eol=crlf
21*.cmd text eol=crlf
22