From 9928c7d8296eb852624453a08980b6a953dd276a Mon Sep 17 00:00:00 2001 From: GeorgeSpring Date: Sat, 31 Jan 2026 16:11:26 +0300 Subject: [PATCH] Enforce LF line endings for compose setup shell script --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd42729 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +compose/scripts/setup-postgres-es.sh text eol=lf \ No newline at end of file