Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0cddb96

Browse files
committed
Fix lint on windows
With gofmt outputting files with \n, the easiest remains to leave all go files with \n and rely on the IDE and linters to make sure it stays like that. Signed-off-by: Mathieu Champlon <[email protected]>
1 parent d2f0b07 commit 0cddb96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
*.sh text eol=lf
3+
*.go text eol=lf
4+
*.exe binary

0 commit comments

Comments
 (0)