garaemon / vscode-emacs-tab

BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

cpp indent issue #9

Open magwa101 opened 3 years ago

magwa101 commented 3 years ago

if (1=2) return false;

With no {} around the "if" statement "return false" does not indent.

Thanks for your great little plugin, I'm enjoying!