📣 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 46c711dcdf add .editorconfig 2014-03-05 08:00:00 +01:00
keymaps refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
lib refactored package, added keymaps and menus 2014-03-04 08:07:45 +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 refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
package.json refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00

README.md

atom-beautify package

Beautify HTML, CSS and Javascript in Atom.

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