11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
# Auto normalize all text files
|
|
* text=auto
|
|
|
|
# Shell scripts
|
|
*.sh text eol=lf
|
|
|
|
# Batch/Windows scripts
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
|