6 lines
257 B
Text
6 lines
257 B
Text
# cmd.exe is sensitive to line endings — a build.bat checked out with LF can
|
|
# misparse labels and multi-line constructs — while sh requires LF regardless
|
|
# of the platform it is checked out on.
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.sh text eol=lf
|