sp_inv
Category: Spacing options Type: multiple (ignore add remove force) Default: remove
Add or remove space after the '~' (invert) unary operator. Default: remove
~x ~(...)
raw CPP code | sp_inv=ignore | sp_inv=add | sp_inv=remove | sp_inv=force | space sp_inv=force |
---|---|---|---|---|---|
~x ~ x ~ x ~(x) ~ (x) ~ (x) | ~x ~ x ~ x ~(x) ~ (x) ~ (x) | ~ x ~ x ~ x ~ (x) ~ (x) ~ (x) | ~x ~x ~x ~(x) ~(x) ~(x) | ~ x ~ x ~ x ~ (x) ~ (x) ~ (x) | ~x ~x ~x ~(x) ~(x) ~(x) |
Take care, default is 'remove' Edited by JEAYNE
Not the best code for this option? See how to improve the .uds file used to generate these examples.