Skip to content

Commit

Permalink
Use Checkstyle FileTabCharacter for all file types
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 30, 2024
1 parent eec8a1a commit 25ae01a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/conf/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="localeLanguage" value="en" />
<module name="FileTabCharacter">
<property name="fileExtensions" value="java,xml" />
</module>
<module name="FileTabCharacter" />
<module name="JavadocPackage" />
<module name="RegexpSingleline">
<property name="format" value="((public)|(protected))\s+void\s+finalize\(\s*\)" />
Expand Down

0 comments on commit 25ae01a

Please sign in to comment.