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