Merge branch 'master' of https://github.com/donaldpipowitch/atom-beautify
This commit is contained in:
commit
9d2ba1a4e2
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
[Beautify](https://github.com/einars/js-beautify) HTML, CSS and Javascript in Atom.
|
[Beautify](https://github.com/einars/js-beautify) HTML, CSS and Javascript in Atom.
|
||||||
|
|
||||||
|
*Attention*: A different package with a similar name exist. Maybe you want to visit this one: [Beautifier](https://atom.io/packages/atom-beautifier).
|
||||||
|
|
||||||
## Usage
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue