Javascript Beautify
js-beautify for sublime
Details
Installs
- Total 286K
- Win 151K
- Mac 86K
- Linux 49K
Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 5 | 4 | 9 | 11 | 1 | 2 | 6 | 3 | 7 | 7 | 4 | 4 | 1 | 6 | 2 | 3 | 4 | 7 | 1 | 2 | 7 | 4 | 8 | 3 | 2 | 2 | 3 | 7 | 6 | 3 | 3 | 6 | 4 | 0 | 3 | 7 | 3 | 5 | 6 | 5 | 2 | 12 | 10 | 6 | 6 |
Mac | 0 | 2 | 0 | 2 | 3 | 2 | 3 | 2 | 4 | 3 | 4 | 2 | 2 | 1 | 4 | 4 | 2 | 5 | 1 | 3 | 0 | 3 | 6 | 0 | 4 | 1 | 1 | 0 | 2 | 1 | 3 | 3 | 2 | 2 | 1 | 2 | 1 | 3 | 8 | 5 | 1 | 1 | 4 | 6 | 7 | 6 |
Linux | 0 | 2 | 4 | 1 | 2 | 1 | 1 | 1 | 3 | 3 | 3 | 2 | 1 | 0 | 3 | 2 | 2 | 0 | 3 | 0 | 2 | 0 | 0 | 1 | 4 | 1 | 1 | 1 | 3 | 2 | 2 | 3 | 1 | 4 | 5 | 1 | 1 | 2 | 4 | 4 | 0 | 1 | 3 | 4 | 4 | 2 |
Readme
- Source
- raw.githubusercontent.com
Project Deprecated
Project Deprecated , since that I am busy with another project and most of the time I use atom, the project deprecated , andbody who use js beautify can use https://github.com/jdc0589/JsFormat
Thanks.
JS Beautify Wrapper for Sublime Text
Installation
1.Just 'Javascript Beautify' from Sublime's package manager.
Comment
1.current support embed js within jade file
Settings
JS Beautify sublime default settings (the same as js-beautify settings),only add // jsbeautify options “format_on_save”: true
{
"indent_size": 4,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
// jsbeautify options
"format_on_save": true
}
License
You are free to use this in any way you want, in case you find this useful or working for you but you must keep the copyright notice and license. (MIT)
Credits
- Written by Edwin Liu, enginespot@gmail.com
- Get Idea from JsFormat Library by Davis Clark