0

Sublime autocomplete gives me this style of braces:

func()
{
    // Code
}

how can I change it to

func(){
    // Code
}

Also, how can I remove autocomplete elements such as

std::vector<int>

As I have added this to the autocomplete

vector<int>
  • Slightly off-topic, but I recommend you read this https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice. – MattDMo May 11 '22 at 17:40

0 Answers0