VS Code formatter that keeps indentation on blank lines.
No more noisy git diffs from teammates with different editors.
public void Method(){ var x = 1;strippedstrippedstripped var y = 2;}
public void Method(){ var x = 1;············ var y = 2;}
if(x) → if (x)a=b → a = b.vsix from GitHub releasesCtrl+Shift+P → "Extensions: Install from VSIX..."Shift+Alt+F