Updated checkstyle_checks.xml, switch-case indentation, issue #512
This commit is contained in:
parent
7487028f2a
commit
bac672f756
|
|
@ -188,7 +188,7 @@
|
|||
<module name="Indentation">
|
||||
<property name="basicOffset" value="4"/>
|
||||
<property name="braceAdjustment" value="0"/>
|
||||
<property name="caseIndent" value="0"/>
|
||||
<property name="caseIndent" value="4"/>
|
||||
</module>
|
||||
<module name="ArrayTrailingComma"/>
|
||||
<module name="FinalLocalVariable"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue