MosswartOverlord/go-services/.gitattributes
Erik b6d2871cf0 chore(go-services): add .gitattributes (force LF) to stop CRLF churn
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 10:07:20 +02:00

9 lines
230 B
Text

# 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