Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 392 Bytes

BracesForMethod.md

File metadata and controls

11 lines (6 loc) · 392 Bytes

Pattern: Malformed brace for method

Issue: -

Description

Checks the location of the opening brace ({) for constructors and methods. By default, requires them on the same line, but the sameLine property can be set to false to override this.

Further Reading