1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-26 19:04:20 +00:00

Always use LF line endings, even on Windows (#2489)

This commit is contained in:
cadmic 2025-02-25 20:09:54 -08:00 committed by GitHub
parent e6a9ad9620
commit 2b30c61a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.gitattributes vendored
View file

@ -1,5 +1,5 @@
# Auto detect text files and perform LF normalization # Always use LF instead of CRLF line endings
* text=auto * text eol=lf
# Set browser syntax highlighting for certain files # Set browser syntax highlighting for certain files
*.inc linguist-language=gas *.inc linguist-language=gas
*.seq linguist-language=gas *.seq linguist-language=gas