This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new c9ad55fd3 Fix intellji formatter to wrap on Enum type per line (#2881)
c9ad55fd3 is described below
commit c9ad55fd3eb1841e5dbba433210d86290504921b
Author: Junkai Xue <[email protected]>
AuthorDate: Fri Aug 9 12:59:17 2024 -0700
Fix intellji formatter to wrap on Enum type per line (#2881)
---
helix-style-intellij.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-style-intellij.xml b/helix-style-intellij.xml
index 1e003fb2a..39df6102c 100644
--- a/helix-style-intellij.xml
+++ b/helix-style-intellij.xml
@@ -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" />