Skip to content

Commit 7996e81

Browse files
authored
Update checkstyle.xml
1 parent 3bb0664 commit 7996e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
<!--
7373
Windows line endings are not allowed.
7474
-->
75-
<module name="RegexpMultiline">
75+
<!--<module name="RegexpMultiline">
7676
<property name="format" value="\r\n$"/>
7777
<property name="message"
7878
value="Lines in file should end with Unix-like end of line"/>
79-
</module>
79+
</module>-->
8080

8181
<!--
8282
JavaDoc regexp checks

0 commit comments

Comments
 (0)