📣 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
Glavin Wiechert 58a375f8b6 Fixes #16. Custom configuration options are now working correctly.
Applied in order of precedence:
- Default
- User Home .jsbeautifyrc
- Closest .jsbeautify to the current file, see #15
2014-06-12 22:47:03 -03:00
examples updated README, added examples 2014-05-19 08:04:56 +02:00
keymaps refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
lib Fixes #16. Custom configuration options are now working correctly. 2014-06-12 22:47:03 -03: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
.jsbeautifyrc Allowing either flat or nested .jsbeautifyrc schemas 2014-05-18 12:47:56 -07: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
CHANGELOG.md Updated CHANGELOG, version bump to 0.2.6 2014-05-15 11:37:20 +02:00
LICENSE.md refactored package, added keymaps and menus 2014-03-04 08:07:45 +01:00
README.md See #15. Updated README to reflect better .jsbeautifyrc support. 2014-06-12 21:33:17 -03:00
package.json Closes #15. Support loading .jsbeautifyrc from Project directory. 2014-06-12 21:29:34 -03:00

README.md

atom-beautify

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. XML is supported as an experimental feature.

It will only beautify selected text, if a selection is found - if not, the whole file will be beautified.

Shortcut

You can also type ctrl-alt-b as a shortcut or click Packages > Beautify in the menu.

Package Options

You can also choose to beautify on every file save.

Configuration

Edit your .jsbeautifyrc file in any of the following locations:

  • Same directory as current file
  • Project root
    atom-beautify will recursively look up from the current file's directory to find .jsbeautifyrc.
  • Your User's Home directory

You can see examples of both way inside examples/

Contributing

See all contributors on GitHub.

Please update the CHANGELOG.md file and submit a Pull Request on GitHub.

License

MIT © Donald Pipowitch