blob: 38708019805447b62ffe42545709a653f4c1dcbe [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
inikep6cb083f2016-04-25 14:42:15 +020011
Yann Collet4856a002015-01-24 01:58:16 +010012# Visual Studio
inikep1007a1f2016-04-25 15:23:09 +020013*.sln text eol=crlf
inikep6cb083f2016-04-25 14:42:15 +020014*.vcxproj* text eol=crlf
cyanb8806312016-05-30 18:20:46 +020015*.vcproj* text eol=crlf
inikep1007a1f2016-04-25 15:23:09 +020016*.suo binary
17*.rc binary
inikep877cc842016-05-18 18:03:02 +020018
19# Windows
20*.bat text eol=crlf
Yann Collet201d82f2016-06-16 15:53:02 +020021*.cmd text eol=crlf