-
public final class BlockStructureBraces.BlockStructureBracesConfiguration extends RuleConfiguration
Configuration for style of braces in block
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
openBrace
private final Boolean
closeBrace
-
Constructor Summary
Constructors Constructor Description BlockStructureBraces.BlockStructureBracesConfiguration(Map<String, String> config)
-
Method Summary
Modifier and Type Method Description final Boolean
getOpenBrace()
Whether the opening brace should be placed on a new line final Boolean
getCloseBrace()
Whether a closing brace should be placed on a new line -
-
Method Detail
-
getOpenBrace
final Boolean getOpenBrace()
Whether the opening brace should be placed on a new line
-
getCloseBrace
final Boolean getCloseBrace()
Whether a closing brace should be placed on a new line
-
-
-
-