id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1090,Autocomplete bracket with indentation,szabgab,,"An optional feature 

When ""Autocomplete bracket"" is on and the user types opening { after an if statement and presses ENTER (in between the brackets) the closing 
bracket should be indented as the line of the opening bracket is indented so it will look like

{{{
if () {
	<-CURSOR
}
}}}

or

{{{
if ()
{
	<-CURSOR
}
}}}
",enhancement,new,major,,Brackets,0.78,,,
