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!
posted at: 16:22 | path: /projects | permanent link to this entry | 12 comments
int
main (int argc,
char *argv[])
{
}
Leave a Comment:
It should be obvious but in case it isn't: the opinions reflected here are my own. They are not the views of my employer, or Ronald McDonald, or anyone else.
Please note that I take the liberty to delete any comments posted here that I deem inappropriate, off-topic, or insulting. And I excercise this liberty quite agressively. So yes, if you comment here, I might censor you. If you don't want to be censored your are welcome to comment on your own blog instead.