I can't for the life of me find any answer to this through conventional Internet means, so I'm hoping for some help.
Emacs for me right now tends to do indentation on braces as follows:
if( ... )
{
}
Which I find incredibly irritating; I've never even seen this behaviour anywhere else. At any rate, the behaviour I'm expecting is,
if( ... )
{
}
If anyone knows how to modify this, it'd be greatly appreciated.
Basically you want:
For more indentation commands:
source: http://www.phys.ufl.edu/docs/emacs/emacs_251.html
also: http://www.gnu.org/software/emacs/manual/html_node/ccmode/Indentation-Commands.html