2015-01-23 16:58:16 -08: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 01:57:57 -08:00
|
|
|
*.png binary
|
2016-04-25 05:42:15 -07:00
|
|
|
|
2015-01-23 16:58:16 -08:00
|
|
|
# Visual Studio
|
2016-04-25 06:23:09 -07:00
|
|
|
*.sln text eol=crlf
|
2016-04-25 05:42:15 -07:00
|
|
|
*.vcxproj* text eol=crlf
|
2016-05-30 09:20:46 -07:00
|
|
|
*.vcproj* text eol=crlf
|
2016-04-25 06:23:09 -07:00
|
|
|
*.suo binary
|
|
|
|
*.rc binary
|
2016-05-18 09:03:02 -07:00
|
|
|
|
|
|
|
# Windows
|
|
|
|
*.bat text eol=crlf
|
2016-06-16 06:53:02 -07:00
|
|
|
*.cmd text eol=crlf
|