Skip to content

Commit 825de85

Browse files
authored
Use linux file endings for all test kts scripts
1 parent fdd28ce commit 825de85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
* text=auto
33
*.sh text eol=lf
44

5-
# also use lix style file endings for bash scripts without sh extension
5+
6+
# Use linux file endings for kts scripts because some of them contain shebangs and are thus partially interpreted by bash
7+
*.sh text eol=lf
8+
9+
10+
# also use linux style file endings for bash scripts without sh extension
611
kscript text eol=lf
712
gradlew text eol=lf
813
mydsl text eol=lf

0 commit comments

Comments
 (0)