9 lines
221 B
Text
9 lines
221 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto eol=lf
|
|
|
|
# Windows scripts often expect CRLF
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
*.vbs text eol=crlf
|
|
*.iss text eol=crlf merge=ours
|