Skip to content

Commit 2cf5e8f

Browse files
authored
fix checkstyle line separator to lf (#219)
1 parent 09b403c commit 2cf5e8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
33
<module name="Checker">
44
<module name="FileTabCharacter" />
5-
<module name="NewlineAtEndOfFile" />
5+
<module name="NewlineAtEndOfFile">
6+
<property name="lineSeparator" value="lf" />
7+
</module>
68
<module name="RegexpSingleline">
79
<property name="format" value="\s+$"/>
810
<property name="message" value="Trailing spaces are not allowed."/>

0 commit comments

Comments
 (0)