From 9591eb2ed582205c4ed0f47ad7f45eab82f5fb75 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 14 Apr 2024 16:41:10 +0200 Subject: [PATCH] Tell Git to always treat Makefile and build_odin.sh as Nix EOL --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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