@ptillisch thanks for investigating.
IDE 1 does not change the basic format with auto format, I like the way it does it. IDE 2 takes a much more "hard core" approach "enforcing" what is somewhat based on recommended formats. I do not entirely agree with that, individuals (at least us older ones) should have a lot more say in what they prefer. Just look at the longtime programmer's request here.
I started programming in Fortran in the early 60's, the other option was Cobol but that was for the commerce boys. It was on the varsity IBM 1620 model 1, later on the model 2 and eventually the 360. We entered code by punching cards, stacks of them. The puncher used a control card which basically hard coded the program format which needed to be perfect or the compiler crashed.
I went through basic (when the original IBM PC became available) to Borland Turbo Pascal, then C up to C+ (short lived) and eventually C++, with a healthy dose of assembler in between.
Very early on I learned the value of developing a programming style, even though early editors were rather crude, to enable reading your code fast and reliably. That style did change over time to suit compiler development. As time went by it did become more difficult to get used to style changes.
So the readability of style is pretty ingrained and, for me, the above is not more readable. Yes, I can change and adapt but would prefer not to at this stage.
With all that said, I hardly ever, if ever, use auto format for my own code. I enter it first time to follow my style (we will leave out programming errors here). I use it on code from other when collaborating on projects (the complete lack of any reasonable formatting by some is quite unbelievable - making an auto format option almost mandatory).
So, it would be nice to have the ability to change auto format in a way to match my style (hence this exercise) but is certainly not the end, I can live with things as they are.