Skip to content

Commit

Permalink
Changing back to tabWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Feb 14, 2024
1 parent bee026f commit 58953d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

<module name="Checker">
<module name="TreeWalker">
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="caseIndent" value="4"/>
<property name="throwsIndent" value="4"/>
</module>
<property name="tabWidth" value="4"/>
<module name="NeedBraces">
<property name="allowSingleLineStatement" value="true"/>
</module>
Expand Down

0 comments on commit 58953d8

Please sign in to comment.