samedi 7 mars 2015

Uncrustify: remove space opening/closing a block


How can I clean up blocks like the following:



if(a)
{

foo();

}


into



if(a)
{
foo();
}



Aucun commentaire:

Enregistrer un commentaire