chore: normalize line endings to LF

This commit is contained in:
Matt Johnson 2026-05-16 21:27:30 +00:00
commit 374a8c067f
26 changed files with 5357 additions and 5346 deletions

19
.gitattributes vendored Normal file
View file

@ -0,0 +1,19 @@
# Normalize line endings to LF across the repo.
# Prevents CRLF/LF churn in PR diffs.
* text=auto eol=lf
# Explicit text types
*.py text eol=lf
*.sql text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.service text eol=lf
# Binary types
*.pyc binary
*.db binary
*.key binary