Merge pull request #315 from messmerd/line_ending_fix

Prevent shader compilation issues due to line endings on Windows machines
This commit is contained in:
Lior Halphon 2020-12-19 11:36:49 +02:00 committed by GitHub
commit b0eb87dfab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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