# Normalize text files in repo to LF
* text=auto eol=lf

# Be explicit for code/config files
*.py   text eol=lf
*.js   text eol=lf
*.ts   text eol=lf
*.json text eol=lf
*.yml  text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.md   text eol=lf
*.sh   text eol=lf
*.dockerfile text eol=lf
Dockerfile text eol=lf
