Thanks for all of the suggestions and comments. I did a little reading on programming styles... it turns out my favorite style is called BSD/Allman. :) I played around with the emacs customize screen for a while, then ended up manually added this entry in my .emacs file: (setq c-offsets-alist '((substatement-open . 0))) Charles