STRUCT command in the program editor: loop labels

We consistently use loop labels in our modules. I also consistently use the STRUCT command to perform automated indentation. My preference would be for this command to indent loop labels 2 spaces to the right of the loop statement that it labels. In version v414 it seems that it was a conscious decision to make them left align. I would like to get some opinions to take to an enhancement request. Perhaps they could make this an option of some sort.

The way the STRUCT command does it now:
READ-LOOP.
READ VIEW BY DESCRIPTOR
Or
FOR-LOOP.
FOR #X EQ 1 TO 10

My preference is:
READ-LOOP.
READ VIEW BY DESCRIPTOR
Or
FOR-LOOP.
FOR #X EQ 1 TO 10

Please post your opinions on this as a response to this topic.