Skip to content

Commit

Permalink
checkstyle.xml: comment and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 14, 2024
1 parent e05dbdb commit 3bf5f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<!-- Checkstyle configuration for the jme-vehicles project. -->

<module name="Checker">
<property name="charset" value="UTF-8"/>
Expand All @@ -13,7 +14,6 @@
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>

<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="minimum" value="0"/>
Expand Down

0 comments on commit 3bf5f6b

Please sign in to comment.