chore: enforce LF line endings via .gitattributes (CRLF for .ps1)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user