mirror of
https://github.com/valitydev/java-checkstyle-config.git
synced 2024-11-06 01:35:20 +00:00
Increase throwsIndent and lineWrappingIndentation from 6 to 8
This commit is contained in:
parent
294dbb33f6
commit
da1dd36989
@ -220,8 +220,10 @@
|
||||
<property name="basicOffset" value="4"/>
|
||||
<property name="braceAdjustment" value="0"/>
|
||||
<property name="caseIndent" value="4"/>
|
||||
<property name="throwsIndent" value="6"/>
|
||||
<property name="lineWrappingIndentation" value="6"/>
|
||||
<!-- Increased from 6 to 8 to match IDEA defaults -->
|
||||
<property name="throwsIndent" value="8"/>
|
||||
<!-- Increased from 6 to 8 to match IDEA defaults -->
|
||||
<property name="lineWrappingIndentation" value="8"/>
|
||||
<property name="arrayInitIndent" value="4"/>
|
||||
</module>
|
||||
<module name="AbbreviationAsWordInName">
|
||||
|
Loading…
Reference in New Issue
Block a user