.gitattributes text eol=lf
.editorconfig text eol=lf

*.py text eol=lf
*.md text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf
*.spec text eol=lf
requirements*.txt text eol=lf
packaging/debian/DEBIAN/* text eol=lf
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf

*.zip filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.pyd filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text

# Preserve upstream-distributed vendor runtime contents verbatim.
office_addin/public/vendor/mathlive.min.mjs -whitespace
office_addin/public/vendor/mathlive.LICENSE.txt -whitespace
