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
1 changed files with 2 additions and 2 deletions

4
.gitattributes vendored
View File

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