blob: b9d54fbfd56e1bb3f1d6130817eb800b2655f7dd [file] [log] [blame]
Yann Collet4856a002015-01-24 01:58:16 +01001# 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
Yann Collet955df5e2015-01-31 10:57:57 +010010*.png binary
Yann Collet4856a002015-01-24 01:58:16 +010011# Visual Studio
12*.sln binary
13*.suo binary
14*.vcxproj* binary
15