dfmt
dfmt copied to clipboard
Infinitely growing formatting
void foo() {
// dfmt off
{
// dfmt on
// dfmt off
}
// dfmt on
{
}
}
Formatting this code will, each time, add 2 new empty lines on line 7.