Skip to content

Commit 3b914fa

Browse files
committed
add .gitattributes to force LF on Windows
This prevents gofumpt showing false positives. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d4d21a8 commit 3b914fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.go -text diff=golang
2+
*.go text eol=lf

0 commit comments

Comments
 (0)