chore(go-services): add .gitattributes (force LF) to stop CRLF churn

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-24 10:07:20 +02:00
parent 8d4c6ff68f
commit b6d2871cf0

9
go-services/.gitattributes vendored Normal file
View file

@ -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