Skip to content

Commit

Permalink
docs: 新增CodeStyle配置 TencentBlueKing#610
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jan 11, 2022
1 parent f4723ae commit a6f64ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions idea/codeStyleConfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<code_scheme name="bk-job" version="173">
<JavaCodeStyleSettings>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="50" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="500" />
</JavaCodeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="METHOD_PARAMETERS_WRAP" value="1" />
<option name="WRAP_LONG_LINES" value="true" />
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>

0 comments on commit a6f64ad

Please sign in to comment.