mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[Java. Code Formatting] Fix typo for whitespace option "Inside block braces when body is presented"
IDEA-270369 GitOrigin-RevId: cce77ef8ec80c45622f6707c9671ac5a774763f8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8481472230
commit
3ae38b4cff
@@ -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 SPACES_INSIDE_BLOCK_BRACES_WHEN_BODY_IS_PRESENTED = false;
|
||||
public boolean SPACES_INSIDE_BLOCK_BRACES_WHEN_BODY_IS_PRESENT = false;
|
||||
public boolean NEW_LINE_WHEN_BODY_IS_PRESENTED = false;
|
||||
|
||||
public boolean useFqNamesInJavadocAlways() {
|
||||
|
||||
Reference in New Issue
Block a user