# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be LF or CRLF on checkout.
*.tex text eol=lf
*.sty text eol=lf
*.cls text eol=lf
*.lua text eol=lf
*.cfg text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.py text eol=lf
*.sh text eol=lf
LICENSE text eol=lf
VERSION text eol=lf
build.lua text eol=lf
.gitignore text eol=lf
.editorconfig text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.zip binary
*.otf binary
*.ttf binary