chore: enforce LF line endings via .gitattributes
This commit is contained in:
parent
2f0d93a0ae
commit
9b741e9dec
1 changed files with 10 additions and 0 deletions
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue