Hi, I'm wondering if I can configure rustfmt to remove the spaces around the plus operator within the square brackets only. So, indices would be Compressed whereas the rest would be Wide.
The figure above indicates where the spaces shouldn't be added.
Cheers.
EDIT:
The figure below shows before the option (if available):
The figure below shows after the option (if available):
I reckon the line # 6 with r = uu[i+1] - uu[i] - h * f(tt[i+1], uu[i+1]);
might be easier to read (?)