Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 383 Bytes

BracesForForLoop.md

File metadata and controls

11 lines (6 loc) · 383 Bytes

Pattern: Malformed brace for for loop

Issue: -

Description

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.

Further Reading