Skip to content

Commit 00b510d

Browse files
authored
Merge pull request #2364 from drwetter/lineending_lf
try to fix the line ending problem using .gitattributes .
2 parents 947b256 + 33211c0 commit 00b510d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

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

0 commit comments

Comments
 (0)