c22796eb2a
Change-Id: Ic3590a8da009199100f6dd9f8c9c41196b5ea9ff
6 lines
228 B
Text
6 lines
228 B
Text
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
|
|
# See https://help.github.com/articles/dealing-with-line-endings/
|
|
*.sh text eol=lf
|
|
gradlew text eol=lf
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|