Pattern: Malformed space inside block braces
Issue: -
Checks that block braces have or don't have surrounding space inside them. For blocks taking parameters, it checks that the left brace has or doesn't have trailing space depending on configuration.
Attribute | Value |
---|---|
EnforcedStyle | space |
SupportedStyles | space, no_space |
EnforcedStyleForEmptyBraces | no_space |
SupportedStylesForEmptyBraces | space, no_space |
SpaceBeforeBlockParameters | true |