Make .go files have LF line endings on Windows

Since gofumpt expects and emits LF even on Windows, this makes it easier for
agents to gofumpt their files.
This commit is contained in:
Stefan Haller
2026-06-16 16:21:13 +02:00
parent 061665726e
commit df171722cb
+1 -1
View File
@@ -1,3 +1,3 @@
*.go text
*.go text eol=lf
*.md text eol=lf
*.json text eol=lf