I find the Horstmann indentation style [1], in which code is placed on the same line as the opening bracket, simultaneously disturbing and compelling. If it ever ends up added to clang-format as has been requested [2], it might become more popular.
It is fascinating that we've developed a sense of aesthetics around this, though I suppose it is to be expected with how much we are oriented around language.
I personally use 1TBS wherever possible. It just looks the cleanest to me.
I personally use 1TBS wherever possible. It just looks the cleanest to me.