# Normalize line endings: LF in the repository and in working trees.
* text=auto eol=lf

# Source files are always LF.
*.py text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yaml text eol=lf
*.yml text eol=lf

# Windows scripts keep CRLF.
*.bat text eol=crlf
*.ps1 text eol=crlf
