Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 573 Bytes

NoWhitespaceBeforeLeftBracket.md

File metadata and controls

18 lines (11 loc) · 573 Bytes

Pattern: Whitespace before [

Issue: -

Description

If there is whitespace before a left bracket, this can be confusing to the reader

Example configuration

<check enabled="true" class="org.scalastyle.scalariform.NoWhitespaceBeforeLeftBracketChecker" level="warning"/>