Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

sindresorhus/atom-esformatter

Repository files navigation

Deprecated

The esformatter project is no longer maintained.


esformatter

Beautify JavaScript using esformatter

Issues with the output should be reported on the esformatter issue tracker.

Install

$ apm install esformatter

Or, Settings → Install → Search for esformatter

Usage

Open the Command Palette and type esformatter.

Can also be run on just a selection. For example the code in a <script> tag.

There's a Format On Save option in the settings.

Info

This plugin will first try to import the esformatter dependency in your project. If one can't be found, it will fall back to the bundled one with the following plugins (PR welcome for more).

Config

Add the plugins you want to your config file:

{
	"plugins": [
		"esformatter-braces"
	]
}

Keyboard shortcut

Set the keyboard shortcut you want in your keymap:

'atom-text-editor':
	'cmd-shift-x': 'esformatter'

License

MIT © Sindre Sorhus