.gitattributes: Always check out *.sh files with LF rather than CRLF
This commit is contained in:
parent
3947215a23
commit
2b8dfa7b44
2
firmware/.gitattributes
vendored
Normal file
2
firmware/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Convert to LF line endings on checkout.
|
||||
*.sh text eol=lf
|
||||
Loading…
Reference in a new issue