mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-09 23:26:31 -04:00
17 lines
251 B
Plaintext
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
|