atom-beautify/README.md

16 lines
631 B
Markdown
Raw Normal View History

# atom-beautify package
[Beautify](https://github.com/einars/js-beautify) HTML, CSS and Javascript in Atom.
2014-03-11 03:04:43 -06:00
*Attention*: A different package with a similar name exist. Maybe you want to visit this one: [Beautifier](https://atom.io/packages/atom-beautifier).
## Usage
Open the Command Palette, and type `Beautify`. This will beautify JS, HTML or CSS files. It will only beautify selected text, if a selection is found - if not, the whole file will be beautified.
You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu.
## License
MIT © [Donald Pipowitch](https://github.com/donaldpipowitch)