I'm on Ubuntu. C++ in Visual Studio Code automatically lints like
if (condition == true)
{
DoStuff();
}
Instead I want to do :
if (condition == true) {
DoStuff();
}
How do I do that?
I've already installed the C/C++ extension from the marketplace.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…