mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[Java. Code Formatting] Split option to add blank lines for fields with/without annotations
IDEA-110857 GitOrigin-RevId: 6ee23199e686c649439833df1223a12494be9d00
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ac26958873
commit
93b6c3ccc2
@@ -123,6 +123,7 @@ public class JavaCodeStyleSettings extends CustomCodeStyleSettings implements Im
|
||||
public boolean ALIGN_MULTILINE_TEXT_BLOCKS = false;
|
||||
|
||||
public int BLANK_LINES_AROUND_INITIALIZER = 1;
|
||||
public int BLANK_LINES_AROUND_FIELD_WITH_ANNOTATIONS = 0;
|
||||
|
||||
public static final int FULLY_QUALIFY_NAMES_IF_NOT_IMPORTED = 1;
|
||||
public static final int FULLY_QUALIFY_NAMES_ALWAYS = 2;
|
||||
|
||||
Reference in New Issue
Block a user