[comp.emacs] C style

rrw@cci632.UUCP (Rick Wessman) (03/17/89)

I am having trouble getting Emacs to adjust to my coding style. I
like to write C in the following style:

main()
{
	int a;
	int b;

	switch (a)
		{
		case 1:
			do_something();
			break;
		default:
			do_something_else();
			break;
		}
}

Does anyone know of the proper settings that I should use to get
Emacs to do this.

				Thanks,
					Rick Wessman
					uunet!ccicpg!cci632!rrw
-- 
				Rick Wessman
				rochester!cci632!rrw
				uunet!ccicpg!cci632!rrw
				rlgvax!cci632!rrw