# These files are text and should be normalized (Convert crlf => lf)
*.jl text
*.yml text
*.toml text
*.md text

# These files are binary and should be left untouched

# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto
