Pattern: Malformed brace for for
loop
Issue: -
Checks the location of the opening brace ({
) for for loops. By default, requires them on the same line, but the sameLine
property can be set to false
to override this.
Pattern: Malformed brace for for
loop
Issue: -
Checks the location of the opening brace ({
) for for loops. By default, requires them on the same line, but the sameLine
property can be set to false
to override this.