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 e15abf3 commit 6791512Copy full SHA for 6791512
src/main/config/checkstyle.xml
@@ -47,6 +47,11 @@
47
<!-- See http://checkstyle.sourceforge.net/config_misc.html#NewlineAtEndOfFile -->
48
<module name="NewlineAtEndOfFile">
49
<property name="severity" value="warning"/>
50
+ <!--
51
+ Explicitly specify line separator that matches separator of the files.
52
+ We don't want to use a system-dependent separator because it won't work on Windows.
53
+ -->
54
+ <property name="lineSeparator" value="lf"/>
55
</module>
56
57
<!-- Checks that property files contain the same keys. -->
0 commit comments