mirror of
https://github.com/zvx-echo6/central.git
synced 2026-05-21 18:14:44 +02:00
19 lines
371 B
Text
19 lines
371 B
Text
# 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
|