Add: .gitattributes for consistent line endings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 10:13:26 +01:00
parent 0435056271
commit f17cde44c3

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
* text=auto
*.ts text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf