xref: /freebsd/sys/contrib/zstd/.gitattributes (revision 7815283df299be63807225a9fe9b6e54406eae28)
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