The "Format" button is great, except that it formats the code in a way I don't like.
For example, it does this to my loops:
for (int i=0; i<10; i++)
I don't like the space.
Trivial as it may seem, formatting options can nethertheless be religious issues with programmers, as I'm sure you know.
Anyway, the suggestion is to have a couple of options around formatting style, such as:
1. Whether or not loops and statements are spaced as above.
2. Indentation width.
Just a thought.
The "Format" button is great, except that it formats the code in a way I don't like.
For example, it does this to my loops:
for (int i=0; i<10; i++)
I don't like the space.
Trivial as it may seem, formatting options can nethertheless be religious issues with programmers, as I'm sure you know.
Anyway, the suggestion is to have a couple of options around formatting style, such as:
1. Whether or not loops and statements are spaced as above. 2. Indentation width.
Just a thought.