Einar Lielmanis 8deddc851b Experimental "keep array indentation" feature
This feature allows retaining the indentation in cases like this:

var markup = [
  '<div>',
    '<span>Hello World</span>',
    some_variable,
  '</div>
].join('');

when merging it together would be very undesirable.

The option is defined as "keep_array_indentation" flag in parameters for js_beautify().
2009-12-02 03:40:10 +02:00
2009-08-07 22:44:43 +03:00
2009-09-27 05:57:25 +00:00
2009-10-22 14:18:59 +03:00
Description
Beautifier for javascript
MIT 16 MiB
Languages
JavaScript 42.7%
HTML 36%
Python 13.2%
Mustache 5%
Shell 2.6%
Other 0.5%