Add gitattributes to ensure we do have newlines (#1)

This commit is contained in:
Patrick Stevens
2022-12-01 23:37:09 +00:00
committed by GitHub
parent 753a673b75
commit 89d63b93b0
3 changed files with 4 additions and 5 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
* text=auto
*.sh text=lf
*.txt text=lf