sublimetext2 - Sublime Text 2 doesn't have the same indent as Notepad++ -



sublimetext2 - Sublime Text 2 doesn't have the same indent as Notepad++ -

i moved geany sublime text. has lot of pleasant features can't used indentation. used geany because configure indentation level on notepad++ (auto indent mode : basic).

for example:

<element> <element>enter indent here

on sublime text:

<element> <element>enter indent here

i know how have same indentation geany (mode basic) , notepad++.

in config file on sublime text added:

"auto_indent": true, "smart_indent": false

which not enough.

the indent controlled chosen syntax. described behaviour when take xml syntax on sublime text 3 (3065, mac).

try syntax html, , should indent want.

sublimetext2 notepad++ geany

Comments