I use Kakoune. If I create a new line with "o" or enter, and I am outside of any parentheses, the very top line of the buffer gets indented for some reason. So If I have code like this:
And the top line becomes increasingly indented as I edit, assuming that I don't manually remove the indents. In addition, the new line also always has a single indentation.
I use Kakoune. If I create a new line with "o" or enter, and I am outside of any parentheses, the very top line of the buffer gets indented for some reason. So If I have code like this:
If I were to create a new line outside any of the pairs of parentheses (lets say, the very bottom, for example), my code would become:
And the top line becomes increasingly indented as I edit, assuming that I don't manually remove the indents. In addition, the new line also always has a single indentation.