I just moved from Geany to Sublime Text. It has a lot of pleasant features but I just can't get used to the indentation. I used Geany mainly because I could configure the indentation level exactly like it was on Notepad++ (Auto indent mode : Basic).
For example:
<element>
<element>ENTER
indent here
On Sublime text:
<element>
<element>ENTER
indent here
I would like to know how to have the same indentation as Geany (Mode Basic) and Notepad++.
In my config file on Sublime Text I added:
"auto_indent": true,
"smart_indent": false
which is not enough.