Skip to content

Commit cfa7bb6

Browse files
madhawa-gunasekarakottmann
authored andcommitted
OPENNLP-1264 Fix checkstyle NewlineAtEndOfFile for unix
1 parent 9d850d9 commit cfa7bb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: checkstyle.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
<property name="eachLine" value="true"/>
4343
</module>
4444

45-
<module name="NewlineAtEndOfFile" />
45+
<module name="NewlineAtEndOfFile">
46+
<property name="lineSeparator" value="lf"/>
47+
</module>
4648

4749
<module name="RegexpMultiline">
4850
<property name="format" value="\r\n"/>

0 commit comments

Comments
 (0)