This is driving me nuts. I just want to write a series of // single line comments aligned on the same column but when I hit the enter key Android studio auto-indents and I get the following:
//Todo do need to determine next fragment to navigate to
//
Instead of:
//Todo do need to determine next fragment to navigate to
//
It also injects a tab instead of spaces so that the backspace key brings me back to the end of the previous line.
I can't find anything in settings. Thanks