IDEs typically provide an option to customize code formatting.
Service Studio lacks that functionality, which forces developers to format the code
manually.
It would be great to customize the way that the code is indented. For example:
- Define the x and y coordinates of the Start Node
- Define the x and y coordinates of the Exception Handler (if more than one is present, align it to the right or to the left)
- Define the horizontal and vertical distance between nodes (in grid points)
More advanced options could include, for example, if the first For Each node should align to the right or top right.
A shortcut (e.g. CTRL + SHIFT + F) to format the code would also be great!
Configuration example:

Before:

After:
