[Java. Code Formatting] Split option to add blank lines for fields with/without annotations

IDEA-110857

GitOrigin-RevId: 6ee23199e686c649439833df1223a12494be9d00
This commit is contained in:
Georgii Ustinov
2024-07-03 12:08:33 +03:00
committed by intellij-monorepo-bot
parent ac26958873
commit 93b6c3ccc2
3 changed files with 12 additions and 0 deletions

View File

@@ -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;