I’m looking for extensions or JSON settings to format my code given below:
if(true)
{
}
else
{
}
and not like below:
if(true){
} else {
}
I’m looking for extensions or JSON settings to format my code given below:
if(true)
{
}
else
{
}
and not like below:
if(true){
} else {
}
2
Answers
I found my answer modified the json setting:
You can add these lines in your settings.json.