What is the right config for uncrustify so that it removes empty lines before curly braces so that:
}
}
else
{
// foo
}
[bar tend];
}
becomes:
}
}
else
{
// foo
}
[bar tend];
}
I scourged the docs but couldn't find the right setting, maybe it has an unusual name.