Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 5962

Visual Studio Code formatting for "{ }"

$
0
0

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.


Viewing all articles
Browse latest Browse all 5962

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>