-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
############################################################################### | ||
# Set default behavior to automatically normalize line endings. | ||
############################################################################### | ||
* text=auto | ||
|
||
# Sources | ||
*.c text eol=crlf diff=c | ||
*.cc text eol=crlf diff=cpp | ||
*.cxx text eol=crlf diff=cpp | ||
*.cpp text eol=crlf diff=cpp | ||
*.c++ text eol=crlf diff=cpp | ||
*.hpp text eol=crlf diff=cpp | ||
*.h text eol=crlf diff=c | ||
*.h++ text eol=crlf diff=cpp | ||
*.hh text eol=crlf diff=cpp | ||
*.inc text eol=crlf linguist-language=pawn | ||
*.sma text eol=crlf linguist-language=pawn | ||
|
||
# Scripts | ||
*.sh text eol=lf | ||
*.bat text eol=crlf | ||
*.def text eol=crlf | ||
*.rc text eol=crlf | ||
|
||
# Compiled Object files | ||
*.o binary | ||
*.a binary | ||
*.obj binary | ||
*.lib binary | ||
|
||
# Resources files | ||
*.zip binary | ||
|
||
# Project files | ||
*.sln text eol=crlf | ||
*.vcxproj text eol=crlf | ||
*.vcxproj.filters text eol=crlf |