|
Code reformatter
Code reformatter makes code more readable.
Example:
Code before reformatter:

Code after reformatter:

This behavior is activated by 4th hotkey (by default).
Settings

Common settings
- Use Tab - If checked every Indent will be increased to nearest right Tab position (1-5-9-13...).
Method parameters
- Move first type and variable to next line -
If checked - move first type and variable to next line after function definition.
If not checked - first type and variable are on the same line with function definition.
- Indent 1 - number of spaces between "(" and the first type.
- Indent 2 - number of spaces between type and variable.
- Indent 3 - number of spaces between '=' and the longest variable with '='.
Method variables
- Indent 1 - number of spaces between left border (col = 1) and type.
- Indent 2 - number of spaces between type and variable.
- Indent 3 - number of spaces between '=' and longest variable with '='.
|