12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
# Default: normalize all text files to LF on commit
|
|
* text=auto
|
|
|
|
# Force LF for files that must be LF on Linux hosts
|
|
*.sh text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.service text eol=lf
|
|
*.conf text eol=lf
|
|
# Vendor JS pinned LF — avoids CRLF churn on Windows checkout
|
|
DeepDrftShared.Client/wwwroot/js/parallax/parallax.js text eol=lf
|