mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
- Add .gitattributes with text=auto eol=lf for all text file types - Ensures consistent line endings across platforms - Prevents future CRLF/LF diffs in pull requests
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
*.py text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.toml text eol=lf
|
|
*.json text eol=lf
|
|
*.txt text eol=lf
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|
|
*.js text eol=lf
|
|
*.sh text eol=lf
|
|
*.cfg text eol=lf
|
|
*.ini text eol=lf
|
|
*.svg text eol=lf
|
|
*.j2 text eol=lf
|