LMSouq
general-dev Open

Visual Studio Code formatting for "{ }"

RA
radbrawler
1 month ago
3 views
Problem Description
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.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base