Browse Source

Merge pull request #3426 from Kelimion/crlf

Tell Git to always treat Makefile and build_odin.sh as Nix EOL
Jeroen van Rijn 1 year ago
parent
commit
d510d5e49f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .gitattributes

+ 5 - 1
.gitattributes

@@ -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