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 8a82fa0 commit 84f8fb6Copy full SHA for 84f8fb6
.editorconfig
@@ -33,3 +33,6 @@ indent_size=2
33
34
[*.bat]
35
end_of_line=crlf
36
+
37
+[metafacture-runner/src/main/dist/config/java-options.conf]
38
+end_of_line=crlf
.gitattributes
@@ -19,7 +19,7 @@
19
20
# The batch script can only handle the config
21
# properly if it uses crlf as end-of-line marker:
22
-metafacture-runner/src/main/config/java-options.conf text eol=crlf
+metafacture-runner/src/main/dist/config/java-options.conf text eol=crlf
23
24
# Denote all files that are truly binary and should not be modified:
25
*.bz2 binary
0 commit comments