diff options
author | Abyss777 <abyss@fox5.ru> | 2016-05-17 08:51:41 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-05-17 08:51:41 +0500 |
commit | 4d8e8208c9fdfcad697df25119645eccc880dfea (patch) | |
tree | 6d94a503047be5e9b4a9f04bc28391d1c78fa295 /checkstyle.xml | |
parent | c295791fa85385e06d98c2708f1719fe01d6a920 (diff) | |
download | trackermap-server-4d8e8208c9fdfcad697df25119645eccc880dfea.tar.gz trackermap-server-4d8e8208c9fdfcad697df25119645eccc880dfea.tar.bz2 trackermap-server-4d8e8208c9fdfcad697df25119645eccc880dfea.zip |
Lock EOL to "lf" to avoid warnings on windows platform
Diffstat (limited to 'checkstyle.xml')
-rw-r--r-- | checkstyle.xml | 4 |
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 --> |