bracket-padder

Convenient padding and closing of brackets.

Johan West

5,182

13

0.4.2

MIT

GitHub

bracket-padder for Atom

OS X Build Status Dependency Status

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

package gif

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.

Recipes