Merge pull request #190 from pigrew/line_endings

Adjust line endings.
This commit is contained in:
Ha Thach 2020-01-16 11:10:52 +07:00 committed by GitHub
commit 7b20b80dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
42 changed files with 13019 additions and 12994 deletions

25
.gitattributes vendored Normal file
View File

@ -0,0 +1,25 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.c text
*.cpp text
*.h text
*.icf text
*.js text
*.json text
*.ld text
*.md text
*.mk text
*.py text
*.rst text
*.s text
*.txt text
*.xml text
*.yml text
Makefile text
# Windows-only Visual Studio things
*.sln text eol=crlf
*.csproj text eol=crlf