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:
parent
8d4c6ff68f
commit
b6d2871cf0
1 changed files with 9 additions and 0 deletions
9
go-services/.gitattributes
vendored
Normal file
9
go-services/.gitattributes
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue