Add .gitattributes for shell script line endings
Ensure shell scripts use LF line endings.pull/116/head
parent
f1c9b10ee9
commit
ca47496916
@ -0,0 +1,4 @@
|
||||
```text
|
||||
# ensure shell scripts use LF
|
||||
*.sh text eol=lf
|
||||
```
|
||||
Loading…
Reference in New Issue