Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 499 Bytes

SpacesBeforePlus.md

File metadata and controls

18 lines (11 loc) · 499 Bytes

Pattern: Missing space before +

Issue: -

Description

An expression with spaces around + can be easier to read.

Example configuration

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