소스 검색

Tell Git to always treat Makefile and build_odin.sh as Nix EOL

Jeroen van Rijn 1 년 전
부모
커밋
9591eb2ed5
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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