This seems to be a FAQ question, because I know what the corrent answer should be for setting up indentation for Java code in Eclipse (Windows -> Preferences -> Java -> Code Style -> Formatter), but I can't find exactly an option which leads to the following behaviour, which I want to disable.
The problem: every time I press Enter after some text on a line, editor moves text cursor not under the beginning of the previous line, but adds one level of indentation. How can this be disabled in Indigo? I need that every new line is started from a position from which the source line above starts. I tried a lot of controls in the formatter preferences - nothing helped so far. Perhaps I've missed something.