From b6d2871cf089873fc34ab6ba62c1f80bdc4cc2da Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 24 Jun 2026 10:07:20 +0200 Subject: [PATCH] chore(go-services): add .gitattributes (force LF) to stop CRLF churn Co-Authored-By: Claude Opus 4.8 --- go-services/.gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 go-services/.gitattributes diff --git a/go-services/.gitattributes b/go-services/.gitattributes new file mode 100644 index 00000000..b81224e3 --- /dev/null +++ b/go-services/.gitattributes @@ -0,0 +1,9 @@ +# Go services run on Linux; keep LF in the working tree on all platforms. +* text=auto eol=lf +*.go text eol=lf +*.mod text eol=lf +*.sum text eol=lf +*.py text eol=lf +*.yml text eol=lf +*.conf text eol=lf +Dockerfile text eol=lf