Skip to content

viablelab/bracket-padder

Repository files navigation

⚠️ NOTE! Not actively maintained due to not currently using the Atom editor.

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.

Other Implementations