In apex we use =>
when defining maps. It is invalid syntax to have a space in between such as = >
.
I have tried the following settings all of which result in a space between.
sp_compare = ignore
sp_inside_angle = ignore
sp_assign = ignore
sp_assign_default = ignore
sp_after_assign = ignore
Ideally I would have space around = when in assignments and comparisons, but would be interested in any solutions that solve my issue.
Is this possible?
Thanks.