Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 568 Bytes

NoWhitespaceAfterLeftBracket.md

File metadata and controls

18 lines (11 loc) · 568 Bytes

Pattern: Whitespace after [

Issue: -

Description

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

Example configuration

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