Skip to content

Commit 3a161e7

Browse files
committed
chore: use auto line ending in Go files
And binary for PNG images.
1 parent be6a378 commit 3a161e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
*.go text eol=lf
1+
* text=auto
2+
3+
*.go text
4+
5+
# Binary files.
6+
*.png binary

0 commit comments

Comments
 (0)