aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 79967e71a..14cfd1d13 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -9,7 +9,9 @@
<!-- Checks whether files end with a new line. -->
<!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
- <module name="NewlineAtEndOfFile"/>
+ <module name="NewlineAtEndOfFile">
+ <property name="lineSeparator" value="lf" />
+ </module>
<!-- Checks that property files contain the same keys. -->
<!-- See http://checkstyle.sf.net/config_misc.html#Translation -->