Hello.
I'm using SciTE v3.3.14.5 I think, and I find this very annoying (GIF):
https://i.gyazo.com/e60b5d94b8c16d217be4010e208d7042.mp4
I've searched around but found nothing that helped including this:
https://www.autoitscript.com/forum/topic/100517-stop-scite-removing-tab-indentations/
So the problem obviously is that when I go to a new line after "EndIf", it removes the tab which I don't want to happen.
Is there any fix?
I've tried to change some configs such as
Line 183: # Indentation
Line 185: indent.size=0
Line 187: #indent.auto=0
Line 188: indent.automatic=0
Line 189: indent.opening=0
Line 190: indent.closing=0
Line 191: #tab.indents=0
Line 192: #backspace.unindents=0
strip.trailing.spaces=0
But nothing seems to get rid of this.
Thanks