Add .gitattributes line ending settings

Always use LF line endings for shaders
This commit is contained in:
Dalton Messmer 2020-12-19 00:58:19 -05:00 committed by GitHub
parent 1baa0446a9
commit 8a13b7be24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitattributes vendored
View File

@ -1,3 +1,7 @@
# Always use LF line endings for shaders
*.fsh text eol=lf
*.metal text eol=lf
HexFiend/* linguist-vendored
*.inc linguist-language=C
Core/*.h linguist-language=C