Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 542 Bytes

File metadata and controls

19 lines (11 loc) · 542 Bytes

prettier-standard-formatter for Atom

Atom package to format your JavaScript using prettier-standard-formatter.

Usage

Keybindings

Use CtrlAltF to format the current JavaScript file. If a text selection is made, only the selected text will be formatted.

Format On Save

This is broken because the formatting code is running asynchronously. Contributions welcome.

Menu

Packages → prettier-standard-formatter → Format