Fix gitattributes (#51)

This commit is contained in:
Patrick Stevens
2022-12-28 12:26:57 +00:00
committed by GitHub
parent f71953b304
commit f3822d61bf

8
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
* text=auto
*.sh text=lf
*.txt text=lf
*.nix text=lf
* eol=auto
*.sh eol=lf
*.txt eol=lf
*.nix eol=lf