From 25e8c77cc808579da32eea7bf67aa26cb0925713 Mon Sep 17 00:00:00 2001 From: kzc Date: Thu, 16 Nov 2017 18:40:07 -0500 Subject: [PATCH] document the `webkit` output option - workaround for WebKit bugs - PhantomJS users should enable this output option --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f63da75..18fc1b15 100644 --- a/README.md +++ b/README.md @@ -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).