Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.09 KB

⚠️ 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