histogram/.gitattributes
Mateusz Łoskot 7008921080 Add .gitattributes file (#187)
Ensure .sh scripts have LF and .bat scripts have CRLF in working directory.
Avoid conversion of Unix scripts to CRLF when checking out with
core.autocrlf=true, on Windows, what may cause shell failures.
2019-05-09 09:55:57 +02:00

7 lines
163 B
Plaintext

# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto !eol
# Scripts
*.bat text eol=crlf
*.sh text eol=lf