is it possible to modify the autoformatter so that...
# intellij
e
is it possible to modify the autoformatter so that
Copy code
if (!clipOriginLowerLeft) { val tmp = T; T = B; B = tmp; }
stays in one line instead of
Copy code
if (!clipOriginLowerLeft) { 
   val tmp = T; T = B; B = tmp; } // Swap top and bottom if origin is upper left
g
looks like a bug imo
e
indeed
shall I open an issue?
g
yeah, why not
e