Skip to content

Commit

Permalink
Treat tabs as 4 spaces in Checkstyle to improve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 20, 2023
1 parent 736cde4 commit bc0c306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<module name="Checker">
<property name="severity" value="warning"/>
<property name="fileExtensions" value="java"/>
<property name="tabWidth" value="4"/>

<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value=".*[\\/]src[\\/]main[\\/]java[\\/]com[\\/]fusionflux[\\/]portalcubed[\\/]client[\\/]render[\\/]model[\\/]entity[\\/].*$"/>
Expand Down

0 comments on commit bc0c306

Please sign in to comment.