# Auto detect text files and perform LF normalization
* text=auto

# Files that should always be text and normalized to native line endings
*.lua text
*.md text
*.mod text
*.txt text

# Files that should always be text and use CRLF line endings
*.bat text eol=crlf

# Files that are truly binary and should not be modified.
*.b3d binary
*.ogg binary
*.png binary
*.jpg binary