We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd28ce commit 825de85Copy full SHA for 825de85
.gitattributes
@@ -2,7 +2,12 @@
2
* text=auto
3
*.sh text eol=lf
4
5
-# also use lix style file endings for bash scripts without sh extension
+
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
11
kscript text eol=lf
12
gradlew text eol=lf
13
mydsl text eol=lf
0 commit comments