Skip to content

Commit 2fd23c4

Browse files
committed
Adds .gitattributes to keep unix lines endings in .sh files
1 parent 7857a9b commit 2fd23c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Unix lines endings in bash script files
2+
*.sh text eol=lf
3+
themes/* text eol=lf

0 commit comments

Comments
 (0)