# Set default behavior to automatically normalize line endings
* text=auto eol=lf

# Explicitly declare text files to use LF
*.py text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.nsi text eol=lf
*.spec text eol=lf

# Windows batch files should use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf

# Binary files
*.png binary
*.jpg binary
*.ico binary
*.wav binary
*.mp3 binary
