A simple package that provides smart whitespace padding and closing of bracket pairs: ()
[]
{}
apm install bracket-padder
The |
character represents cursor position.
(|)
+ Space results in ( | )
instead of ( |)
.
( | )
+ ) results in ( )|
instead of ( )| )
.
Report any problems here.