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>