9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto
|
|
|
|
# Force bash scripts to always use LF line endings
|
|
*.sh text eol=lf
|
|
|
|
# Force batch scripts to always use CRLF line endings
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf |