bracket-padder for Atom
A simple package that provides smart whitespace padding and closing of bracket pairs: () [] {}

Installation
apm install bracket-padder
Examples
The | character represents cursor position.
Auto padding
(|) + Space results in ( | ) instead of ( |).
Auto closing
( | ) + ) results in ( )| instead of ( )| ).
Troubleshooting
Report any problems here.