style_operator_arithmetic allows an operator to be immediately followed by a symbol or identifier.
However, the prior is arguably useless when style_operator_arithmetic_leading_space=true.
The same example provided in the documentation would fail:
|
localparam bit [a-1:0] P1 = b; // No space around `-`. |
What do you think about this?
style_operator_arithmeticallows an operator to be immediately followed by a symbol or identifier.However, the prior is arguably useless when
style_operator_arithmetic_leading_space=true.The same example provided in the documentation would fail:
svlint/MANUAL.md
Line 10735 in 98e84ce
What do you think about this?