chore: enforce LF line endings via .gitattributes

This commit is contained in:
Laurence Horrocks-Barlow 2026-07-24 22:33:56 +01:00
parent 2f0d93a0ae
commit 9b741e9dec

10
.gitattributes vendored Normal file
View file

@ -0,0 +1,10 @@
# Shell scripts, PHP, and config must use LF so they run on Linux hosts.
*.sh text eol=lf
*.php text eol=lf
*.blade.php text eol=lf
bin/* text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.service text eol=lf
*.timer text eol=lf
apiscp-borg.config.example text eol=lf