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