guiyanakuang opened a new pull request, #1305:
URL: https://github.com/apache/orc/pull/1305

   ### What changes were proposed in this pull request?
   This pr is aimed at fixing all indentation style issues with java modules. 
And add indentation checking rules to checkstyle.xml.
   
   ```xml
       <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>
   ```
   
   ### Why are the changes needed?
   Automated checks save more time and nothing is missed.
   
   
   ### How was this patch tested?
   Checking with maven-check-plugin.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to