9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
# Set text handling to auto and eol
|
|
# linux line endings
|
|
* text=auto eol=lf
|
|
|
|
# Ensure windows line endings are used
|
|
# for windows bat/cmd scripts
|
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
|
*.{bat,[bB][aA][tT]} text eol=crlf
|