dfmt icon indicating copy to clipboard operation
dfmt copied to clipboard

Extra newline on template pattern match on non first arguments

Open Superstar64 opened this issue 5 years ago • 0 comments

auto f(A, B:int)()
{
}

gets formatted into

auto f(A, B:
	    int)()
{
}

Superstar64 avatar Jul 09 '20 14:07 Superstar64