diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c9d9e69 --- /dev/null +++ b/.gitattributes @@ -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