src/reynir/resources/ordalisti-*.bin filter=lfs diff=lfs merge=lfs -text
src/reynir/resources/ord.compressed filter=lfs diff=lfs merge=lfs -text

# Set the default line ending behavior to auto
* text=auto

# Source files should only have LF endings
*.py text eol=lf
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
*.csv text eol=lf
*.grammar text eol=lf
*.yml text eol=lf
*.sh text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.in text eol=lf
*.conf text eol=lf

# Declare files that will always have CRLF line endings on checkout
*.sln text eol=crlf
*.bat text eol=crlf

# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.bin binary
*.compressed binary
