Olebeh
Olebeh

Reputation: 56

Curly braces sizes mismatch in Visual Studio 2022

it happened after I installed Productivity Power Tools extension. It seemed not work with C++, so I deleted it. But after deletion, I noticed this "bug". I'm not even sure if it's extensions problem, but I really don't like it

image

Upvotes: 2

Views: 398

Answers (1)

Piers Myers
Piers Myers

Reputation: 10917

This is probably down to the Shrink Empty Lines extension which is part of the Productivity Power Tools suite. You can configure it under Tools->Options...->Productivity Power Tools

Upvotes: 4

Related Questions