6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
# Ensure patch files always use LF so they apply correctly on Linux
|
|
*.patch text eol=lf
|
|
|
|
# Shell scripts must use LF
|
|
*.sh text eol=lf
|