dfmt
dfmt copied to clipboard
Extra newline on template pattern match on non first arguments
auto f(A, B:int)()
{
}
gets formatted into
auto f(A, B:
int)()
{
}