VS 2013: curly braces size mismatch

Also the same in VS 2019 with Productivity Power Tools.

Tools/Options/Productivity Power Tools: (Disable Syntactic Line Compression as below)

enter image description here


Well, after a while looking for a solution I found that the problem was an extension: VS Productivity Power Tools 2013: Syntactic Line Compression.

  1. Click "Tools" -> "Options"
  2. Choose "Productivity Power Tools" in the Options window
  3. Toggle "Syntactic Line Compression" to "Off"

Hope this helps. PS: This solution works with VS 2015 and VS 2017 too.