📣 Help Wanted - Looking for Maintainer: https://github.com/Glavin001/atom-beautify/issues/2572 | 💄 Universal beautification package for Atom editor (⚠️ Currently migrating to https://github.com/Unibeautify/ and have very limited bandwidth for Atom-Beautify Issues. Thank you for your patience and understanding ❤️ )
Go to file
Donald Pipowitch 2e142a3fe1 Prepare 0.2.0 release 2014-03-11 13:09:15 +01:00
keymaps refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
lib do nothing for other languages than HTML, CSS or JS 2014-03-05 08:00:28 +01:00
menus refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
spec refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
.editorconfig add .editorconfig 2014-03-05 08:00:00 +01:00
.gitignore refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
.jshintrc first release of atom-beautify, add support for 'indent_size' and 'indent_char' for HTML/CSS/JS 2014-03-03 08:51:16 +01:00
LICENSE.md refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
README.md add note for similar package in README 2014-03-11 10:04:43 +01:00
package.json Prepare 0.2.0 release 2014-03-11 13:09:15 +01:00

README.md

atom-beautify package

Beautify HTML, CSS and Javascript in Atom.

Attention: A different package with a similar name exist. Maybe you want to visit this one: 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