Skip to content

Commit

Permalink
Fix intellji formatter to wrap on Enum type per line
Browse files Browse the repository at this point in the history
  • Loading branch information
junkaixue committed Aug 9, 2024
1 parent bb29cec commit fa0edea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-style-intellij.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<option name="WHILE_BRACE_FORCE" value="3" />
<option name="FOR_BRACE_FORCE" value="3" />
<option name="VARIABLE_ANNOTATION_WRAP" value="2" />
<option name="ENUM_CONSTANTS_WRAP" value="5" />
<option name="ENUM_CONSTANTS_WRAP" value="2" />
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
<indentOptions>
<option name="INDENT_SIZE" value="2" />
Expand Down

0 comments on commit fa0edea

Please sign in to comment.