fix: add .gitattributes to force bash scripts to have LF line endings (#35)
This commit is contained in:
parent
aaaa3c7ad9
commit
1ef1f1be2a
|
|
@ -0,0 +1,3 @@
|
|||
# Force bash scripts to always have LF line endings
|
||||
|
||||
*.sh eol=LF
|
||||
Loading…
Reference in New Issue