zdharma-continuum.zinit/.gitattributes
Vladislav Doster a4c01374a9 build: use text=auto for the default attribute
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2026-08-27 03:28:26 -05:00

17 lines
251 B
Plaintext

# By default, everything is text
* text=auto
# 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