Skip to content

Commit

Permalink
Checkstyle adjustements (NewlineAtEndOfFile)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 6, 2019
1 parent 7c78f1c commit 7cfc666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-tools/src/main/resources/midpoint-build/checkstyle.xml
Expand Up @@ -24,7 +24,10 @@

<!-- Checks for whitespace. We indent by spaces, not tabs. -->
<module name="FileTabCharacter"/>
<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<!-- Make this explicit due to some problems on Windows -->
<property name="lineSeparator" value="lf_cr_crlf" />
</module>

<module name="TreeWalker">

Expand Down

0 comments on commit 7cfc666

Please sign in to comment.