Yiqun Zhang created ORC-1306:
--------------------------------
Summary: Fixed indented code style for Java modules
Key: ORC-1306
URL: https://issues.apache.org/jira/browse/ORC-1306
Project: ORC
Issue Type: Improvement
Components: Java
Affects Versions: 1.9.0
Reporter: Yiqun Zhang
Assignee: Yiqun Zhang
The ORC Java module indentation code style is not consistent, I will commit the
indentation rule and make all existing code follow it.
{code:java}
<module name="Indentation">
<property name="severity" value="error"/>
<property name="basicOffset" value="2"/>
<property name="braceAdjustment" value="0"/>
<property name="caseIndent" value="2"/>
<property name="throwsIndent" value="2"/>
<property name="lineWrappingIndentation" value="4"/>
<property name="arrayInitIndent" value="2"/>
</module>
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)