Skip to content

Commit b34034c

Browse files
committed
git line endings: use lf for shell sripts
1 parent 7d3a4df commit b34034c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitattributes

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2-
# don't modify the line endings of generated zoneinfo files (they use CRLF according to the specification).
3-
/zoneinfo/**/*.ics text eol=crlf
4-
5-
/settings.config text eol=lf
1+
2+
# don't modify the line endings of generated zoneinfo files (they use CRLF according to the specification).
3+
/zoneinfo/**/*.ics text eol=crlf
4+
5+
/settings.config text eol=lf
6+
/*.sh text eol=lf

0 commit comments

Comments
 (0)