Skip to content

Commit fdd28ce

Browse files
authored
Use linux line endings for kscript launcher
1 parent 0919dff commit fdd28ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# https://techblog.dorogin.com/case-of-windows-line-ending-in-bash-script-7236f056abe
22
* text=auto
33
*.sh text eol=lf
4+
5+
# also use lix style file endings for bash scripts without sh extension
6+
kscript text eol=lf
7+
gradlew text eol=lf
8+
mydsl text eol=lf
9+

0 commit comments

Comments
 (0)