476f2157b8
stops git on Windows adding CRLF line endings to various files see https://github.com/jcupitt/libvips/issues/500#issuecomment-239968255
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
# Shell scripts and Automake sources can't have CRLF line endings
|
|
configure.ac eol=lf
|
|
Makefile.am eol=lf
|
|
*.m4 eol=lf
|
|
*.sh eol=lf
|