dfmt icon indicating copy to clipboard operation
dfmt copied to clipboard

Infinitely growing formatting

Open brianush1 opened this issue 5 years ago • 0 comments

void foo() {
	// dfmt off
	{
	// dfmt on
	// dfmt off
	}
	// dfmt on
	{
	}
}

Formatting this code will, each time, add 2 new empty lines on line 7.

brianush1 avatar Apr 19 '20 17:04 brianush1