updated README, added CHANGELOG
This commit is contained in:
parent
f714ab113b
commit
f5849ec505
|
@ -0,0 +1,12 @@
|
|||
# v0.2.2 (2014-03-18)
|
||||
|
||||
- added experimental support for XML (thanks @mtanzi)
|
||||
|
||||
# v0.2.1 (2014-03-12)
|
||||
|
||||
- added option to beautify on save
|
||||
|
||||
# v0.2.0 (2014-03-11)
|
||||
|
||||
- public release
|
||||
- beautify JS, HTML and CSS files based on current editor settings
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
## 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. (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.
|
||||
|
||||
You can also type `ctrl-alt-b` as a shortcut or click `Packages > Beautify` in the menu.
|
||||
|
||||
|
|
Loading…
Reference in New Issue