aik099/CodingStandard

Disallow operators at the beginning/end of the lines

Closed this issue · 0 comments

Disallow operators at the beginning/end of the lines.

This can be done by setting ignoreNewlines option of Squiz.WhiteSpace.OperatorSpacing sniff to false (default value by the way).