sublimetext2 - Sublime Text 2: How to disable auto indentation on new lines after brackets? -


i try work sublime text 2.

in javascript, whenever type bracket , press enter, indentation added ("|" symbolizes cursor):

    if () {         | 

if set "auto_indent" false in sublime text 2 settings, whenever type bracket , press enter, cursor moves beginning of line, :

    if () { | 

i want cursor moves @ same horizontal point bracket, this:

    if () {     | 

do have idea me please?

i'm not quite last example gave use above, i'll gave information know, hopefully, there useful you. according official indentation documentation, there "indent_to_bracket" option, may give shot.

and know sublime text plugin called sublimebracketeer seems heavy lifting you. maybe can give shot.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -