10 lines
278 B
Text
10 lines
278 B
Text
# 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
|