Skip to content

Commit 33211c0

Browse files
committed
add file types to be interpreted w lf line endings
1 parent e6abc5f commit 33211c0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
.*sh eol=lf
2-
.*md eol=lf
1+
*.sh eol=lf
2+
*.bash eol=lf
3+
*.md eol=lf
34
*.html eol=lf
45
*.txt eol=lf
56
*.txt eol=lf
67
*.1 eol=lf
78
*.t eol=lf
9+
*.yml eol=lf
810
Dockerfile* eol=lf
911
*.csvfile eol=lf

0 commit comments

Comments
 (0)