Javascript Beautify
js-beautify for sublime
Details
Installs
- Total 253K
- Win 133K
- Mac 77K
- Linux 43K
Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 38 | 23 | 35 | 18 | 27 | 30 | 31 | 29 | 37 | 29 | 15 | 14 | 39 | 37 | 29 | 34 | 22 | 22 | 23 | 26 | 32 | 30 | 37 | 39 | 12 | 21 | 39 | 48 | 24 | 29 | 32 | 17 | 23 | 31 | 25 | 34 | 23 | 29 | 13 | 25 | 20 | 30 | 22 | 28 | 23 |
Mac | 4 | 11 | 12 | 9 | 7 | 5 | 11 | 16 | 16 | 14 | 15 | 1 | 7 | 20 | 7 | 17 | 14 | 16 | 5 | 6 | 9 | 12 | 18 | 11 | 10 | 2 | 5 | 13 | 10 | 17 | 7 | 11 | 15 | 4 | 9 | 13 | 15 | 12 | 11 | 5 | 3 | 10 | 9 | 10 | 15 | 8 |
Linux | 3 | 7 | 7 | 7 | 5 | 8 | 10 | 10 | 12 | 6 | 10 | 5 | 6 | 6 | 9 | 6 | 9 | 6 | 9 | 4 | 10 | 6 | 10 | 7 | 7 | 4 | 8 | 3 | 5 | 7 | 4 | 6 | 2 | 7 | 5 | 10 | 7 | 3 | 6 | 5 | 7 | 11 | 7 | 9 | 6 | 7 |
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