Skip to content

Commit

Permalink
HDDS-9899 Update RIGHT_MARGIN to 120 for IntelliJ (#5767)
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Dec 11, 2023
1 parent 29c5761 commit 92bf091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dev-support/intellij/ozone-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="80" />
<option name="RIGHT_MARGIN" value="120" />
<option name="INDENT_CASE_FROM_SWITCH" value="false" />
<option name="CALL_PARAMETERS_WRAP" value="1" />
<option name="METHOD_PARAMETERS_WRAP" value="1" />
Expand Down

0 comments on commit 92bf091

Please sign in to comment.