Add formatter option to move method body on new line in simple method

IDEA-126070

GitOrigin-RevId: ce849fa727fa2bf1b3c27231c408e7fe0a06c00d
This commit is contained in:
Georgii Ustinov
2023-11-30 13:50:09 +02:00
committed by intellij-monorepo-bot
parent 5632c0143e
commit a8e0525924
6 changed files with 36 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ public class JavaCodeStyleSettings extends CustomCodeStyleSettings implements Im
public boolean SPACE_BEFORE_COLON_IN_FOREACH = true;
public boolean SPACE_INSIDE_ONE_LINE_ENUM_BRACES = false;
public boolean NEW_LINE_WHEN_BODY_NON_EMPTY = false;
public boolean useFqNamesInJavadocAlways() {
return CLASS_NAMES_IN_JAVADOC == FULLY_QUALIFY_NAMES_ALWAYS;