zdharma-continuum.zinit/.gitattributes
Christian Höltje 37a592fccc
maint: add multiple 'EOL' & 'diff' rules to .gitattributes (#336)
Signed-off-by: Christian Höltje <christian.holtje@boxcast.com>
2022-07-09 03:34:21 -05:00

17 lines
246 B
Plaintext

# By default, everything is text
* text
# These must be unix EOLs
*.sh eol=lf
*.zsh diff=zsh eol=lf
*.zunit diff=zsh eol=lf
Makefile eol=lf
# Use the markdown differ.
*.md diff=markdown
# Binary files
*.png binary
# EOF