How to indent c/c++ vscode on the line after an if statement without braces
When writing C/C++ code, is it possible to have it automatically indented when I type an if statement without braces?
When writing C/C++ code, is it possible to have it automatically indented when I type an if statement without braces?