Fix #1135: Add check style to have 2 space indentation (#1136)

This commit is contained in:
Sriharsha Chintalapani 2021-11-10 13:27:41 -08:00 committed by GitHub
parent b29a6c3699
commit 6139a58c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,12 +197,10 @@
<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->
<module name="ArrayTypeStyle"/>
<!--
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="caseIndent" value="4"/>
<property name="basicOffset" value="2"/>
<property name="caseIndent" value="2"/>
</module>
-->
<!--<module name="TodoComment"/>-->
<module name="UpperEll"/>