In recent builds of SharpDevelop 5, I noticed there seems to be some kind of auto-format feature enabled in AvalonEdit. More precisely, what I get is an automatic change of identation, for example, when I write C# code and it often results in removal of deliberate leading white-space (in multiline comments) and/or a wrong line indentation level on new line. It seems to be triggered for certain characters, like ":" (colon), and it's kind of annoying as I found no way to turn that off. I'm not a friend of code auto-formatting (except for essential things like auto paranthesis and auto indentation at the namespace/class/member level) and it constantly makes me mad when in Visual Studio the formatting of properties, for example, is changed against my style guideline because of the lack of available customization (I format properties different from methods etc.).
Now, to make a long story short, is there a way to turn off or customize that mysterious auto-formatting?