chore: enforce LF line endings via .gitattributes (CRLF for .ps1)

This commit is contained in:
npeter83 2026-06-11 01:02:06 +02:00
parent 3a5209e96c
commit a3aa2a72bc

12
.gitattributes vendored Normal file
View file

@ -0,0 +1,12 @@
# Normalize line endings: LF everywhere (so shell scripts work in Linux containers),
# CRLF only for Windows-specific PowerShell scripts.
* text=auto eol=lf
*.ps1 text eol=crlf
*.png binary
*.jpg binary
*.ico binary
*.woff binary
*.woff2 binary
*.dump binary