Add explanation comment to .gitattributes
This commit is contained in:
parent
c442327275
commit
b07653b34f
1 changed files with 2 additions and 1 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1,4 +1,5 @@
|
||||||
|
# Fixes line endings for Windows (Docker) environment, which are by default converted to crlf
|
||||||
* text=auto
|
* text=auto
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
proc-start text eol=lf
|
proc-start text eol=lf
|
||||||
Rakefile text eol=lf
|
Rakefile text eol=lf
|
||||||
|
|
Loading…
Reference in a new issue