2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00

Add .gitattributes

This commit is contained in:
s1lentq 2021-04-22 22:57:13 +07:00
parent 68196d694d
commit 8908572dc9

37
.gitattributes vendored Normal file
View File

@ -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