Skip to content

Commit e7fb3fc

Browse files
committed
fix: enforce LF line endings for source files
1 parent 1bb8467 commit e7fb3fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.go text eol=lf
2+
*.mod text eol=lf
3+
*.sum text eol=lf
4+
*.md text eol=lf
5+
*.yml text eol=lf
6+
*.yaml text eol=lf
7+
*.sh text eol=lf

0 commit comments

Comments
 (0)