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!