Here's a way to change the C indenting style to a major style, and override some of the pre-set values (like how emacs 21 changed the bsd indent level from 4 to 8. Gee thanks guys):(setq c-default-style "bsd" c-basic-offset 4)
(setq c-default-style "bsd" c-basic-offset 4)