document the webkit output option

- workaround for WebKit bugs
- PhantomJS users should enable this output option
This commit is contained in:
kzc 2017-11-16 18:40:07 -05:00 committed by GitHub
parent ae28a24c7f
commit 25e8c77cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -865,6 +865,9 @@ can pass additional arguments that control the code output:
- `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts)
- `webkit` (default `false`) -- enable workarounds for WebKit bugs.
PhantomJS users should set this option to `true`.
- `width` (default `80`) -- only takes effect when beautification is on, this
specifies an (orientative) line width that the beautifier will try to
obey. It refers to the width of the line text (excluding indentation).