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.
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.