aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-04-14 16:41:10 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-04-14 16:41:10 +0200
commit9591eb2ed582205c4ed0f47ad7f45eab82f5fb75 (patch)
treede2d3bd3de75f40e1d4e1edda331e46cdfa11b57
parent21969fec612b78d34f14b60ad761a3c37860b36b (diff)
Tell Git to always treat Makefile and build_odin.sh as Nix EOL
-rw-r--r--.gitattributes6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 0178b8a8f..e58996311 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,6 @@
*.odin linguist-language=Odin
-* text=auto \ No newline at end of file
+* text=auto
+
+# These files must always have *nix line-endings
+Makefile text eol=lf
+*.sh text eol=lf \ No newline at end of file