Posted on Do 10 Mai 2007

Cuddle opening function braces, anyone?

Dear Lazyweb!

Does anyone know how I can teach GNU indent to cuddle opening function braces and the closing ')' of the argument list ? i.e.

int main(int argc, char* argv[]) {
}

instead of:

int main(int argc, char* argv[])
{
}

Any help appreciated!

© Lennart Poettering. Built using Pelican. Theme by Giulio Fidente on github. .