Merge pull request #3426 from Kelimion/crlf

Tell Git to always treat Makefile and build_odin.sh as Nix EOL
This commit is contained in:
Jeroen van Rijn
2024-04-14 16:51:42 +02:00
committed by GitHub

6
.gitattributes vendored
View File

@@ -1,2 +1,6 @@
*.odin linguist-language=Odin
* text=auto
* text=auto
# These files must always have *nix line-endings
Makefile text eol=lf
*.sh text eol=lf