mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 00:50:53 +07:00
Add wrapping options for enum fields annotations
IDEA-171773 GitOrigin-RevId: 51cf6a8154d9d278b182f165f98efa2d83d052d3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f1c4b0b423
commit
dacbca4cb7
@@ -109,6 +109,10 @@ public class JavaCodeStyleSettings extends CustomCodeStyleSettings implements Im
|
||||
|
||||
@WrapConstant
|
||||
public int ANNOTATION_PARAMETER_WRAP = CommonCodeStyleSettings.DO_NOT_WRAP;
|
||||
|
||||
@WrapConstant
|
||||
public int ENUM_FIELD_ANNOTATION_WRAP = CommonCodeStyleSettings.DO_NOT_WRAP;
|
||||
|
||||
public boolean ALIGN_MULTILINE_ANNOTATION_PARAMETERS;
|
||||
public boolean NEW_LINE_AFTER_LPAREN_IN_ANNOTATION = false;
|
||||
public boolean RPAREN_ON_NEW_LINE_IN_ANNOTATION = false;
|
||||
|
||||
Reference in New Issue
Block a user