I am not a fan of the way AUCTeX indent LaTeX code. Some time ago I asked for help in disabling indentation.
The solution provided there handles the large majority of my needs, but fails to prevent indentation of text inside brackets, such as for \footnote{text} or \textbf{something bold}. More specifically, if I have some text like this
Here is a paragraph which you should pretend\footnote{some stuff} has much longer lines. and then fill the paragraph, I often get something like the following
Here is a paragraph which you should pretend\footnote{some stuff} has much longer lines. I don't like the way the contents of the \footnote command are indented. Is there a simple way to disable this?