Skip to content

Commit a3366b8

Browse files
committed
Fix eol setting for script and config files
1 parent ec2eac6 commit a3366b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
*.js text
1313
*.fom text
1414

15-
# Platform-specific scripts should always use
15+
# Platform-specific scripts should always use
1616
# their native end-of-line markers:
17-
*.bat eol=crlf
18-
*.sh eol=lf
17+
*.bat text eol=crlf
18+
*.sh text eol=lf
1919

2020
# The batch script can only handle the config
2121
# properly if it uses crlf as end-of-line marker:
22-
src/main/config/java-options.conf eol=crlf
22+
src/main/config/java-options.conf text eol=crlf
2323

2424
# Denote all files that are truly binary and should not be modified:
2525
*.bz2 binary

0 commit comments

Comments
 (0)