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

# Ensure HTML snapshots use LF line endings on all platforms
*.html text eol=lf

# Python files
*.py text eol=lf

# Config files
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.md text eol=lf
