Changed case indentation to 2

This commit is contained in:
Jongyoul Lee 2017-05-10 12:28:07 +09:00
parent 7d404a175b
commit f95418f7c1

View file

@ -277,6 +277,7 @@ limitations under the License.
<module name="Indentation">
<!-- Checks code indentation -->
<property name="basicOffset" value="2"/>
<property name="caseIndent" value="2"/>
</module>
</module>
</module>