2014-03-04 00:07:45 -07:00
# atom-beautify package
2014-03-03 00:51:16 -07:00
2014-03-04 00:07:45 -07:00
[Beautify ](https://github.com/einars/js-beautify ) HTML, CSS and Javascript in Atom.
2014-03-03 00:51:16 -07:00
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 ).
2014-03-03 00:51:16 -07:00
## 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.
2014-03-04 00:07:45 -07:00
You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu.
2014-03-03 00:51:16 -07:00
## License
MIT © [Donald Pipowitch ](https://github.com/donaldpipowitch )