#Beautify
Beautify js, json, html, css or php files.
###Channellog
- 0.5.0 Adds ability to guess cursor position after beautifying complete file
- 0.4.0 New settings dialog -> see editor settings
- 0.4.05 Quick fix for issue #1
- 0.4.1 Libraries updated
##Installation
- Download the zip file and unzip it to your plugin folder.
##Hotkey
- Ctrl-Alt-B Beautify current document/selection
###Guess Cursor Position
Activate `Guess cursor position` in the settings to use it
- Works only if beautifying complete document
###Notes:
- Beautify php may destroy your layout if your file contains inline php tags.
##Licences
- JS/CSS/HTML: [JS Beautifier](https://github.com/beautify-web/js-beautify) - [MIT Licence](https://github.com/beautify-web/js-beautify/blob/master/LICENSE)
- PHP: [ACE Editor](https://github.com/ajaxorg/ace) - [BSD Licence](https://github.com/ajaxorg/ace/blob/master/LICENSE)