Skip to content

Commit e6abc5f

Browse files
committed
Try to fix the line ending problem
... at github when using the browser for a PR. It seems that the web interface inserts an additional CR and doesn't stick to the LF line endings. Not sure it helps though. It can't hurt though.
1 parent f716193 commit e6abc5f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.*sh eol=lf
2+
.*md eol=lf
3+
*.html eol=lf
4+
*.txt eol=lf
5+
*.txt eol=lf
6+
*.1 eol=lf
7+
*.t eol=lf
8+
Dockerfile* eol=lf
9+
*.csvfile eol=lf

0 commit comments

Comments
 (0)