Skip to content

Commit

Permalink
OPENNLP-1264 Fix checkstyle NewlineAtEndOfFile for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
madhawa-gunasekara authored and kottmann committed May 29, 2019
1 parent 9d850d9 commit cfa7bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
<property name="eachLine" value="true"/>
</module>

<module name="NewlineAtEndOfFile" />
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf"/>
</module>

<module name="RegexpMultiline">
<property name="format" value="\r\n"/>
Expand Down

0 comments on commit cfa7bb6

Please sign in to comment.