Sublime Forum

Horstmann Style Indent

#1

Just curious if this is possible to manipulate the brace style without external packages.

while (x == y)
{   something();
    somethingelse();
}

It’s pretty much one rule different from the default style.

0 Likes

#2

please can you clarify, do you want to reformat existing code into that style?

0 Likes