Examples/java_codebase/checkstyle at main · gitbito/Examples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Checkstyle base on on Google Checkstyle rules

with some adjustment below

      <property name="basicOffset" value="4"/>
      <property name="braceAdjustment" value="0"/>
      <property name="caseIndent" value="4"/>
      <property name="throwsIndent" value="4"/>
      <property name="lineWrappingIndentation" value="4"/>
      <property name="arrayInitIndent" value="4"/>