Disallow operators at the beginning/end of the lines
Closed this issue · 0 comments
aik099 commented
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).