From 9b741e9dec677817aed28f03258c69d99d0360a7 Mon Sep 17 00:00:00 2001 From: Laurence Horrocks-Barlow Date: Fri, 24 Jul 2026 22:33:56 +0100 Subject: [PATCH] chore: enforce LF line endings via .gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes 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