* text=auto

.gitattributes text eol=lf
.gitignore text eol=lf

*.md text eol=lf
*.py text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf

*.bat text eol=crlf
*.cmd text eol=crlf
