Rename JavaCodeStyleSettings option for moving simple methods to the new line

IDEA-126070

GitOrigin-RevId: c4df6085aec282617344b1876cb8cc3c7bff5629
This commit is contained in:
Georgii Ustinov
2023-12-14 13:37:58 +02:00
committed by intellij-monorepo-bot
parent fe8e13c09e
commit b255a19d17
5 changed files with 10 additions and 10 deletions

View File

@@ -131,7 +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 NEW_LINE_WHEN_BODY_IS_PRESENTED = false;
public boolean useFqNamesInJavadocAlways() {
return CLASS_NAMES_IN_JAVADOC == FULLY_QUALIFY_NAMES_ALWAYS;