after I type:
if(test>num)
and then the key "enter"
the editor can't auto indent to such formation:
if(test>num)
code.....
I know After using the plugin "Astyle" the code can be changed to the formation I want, but how can I make it just as I like when I ented in the codes?