5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
# Force LF on shell scripts so git-bash can execute them as hooks on Windows
|
|
hooks/* text eol=lf
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|