aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkzc <kzc@users.noreply.github.com>2017-11-17 00:46:49 -0500
committerAlex Lam S.L <alexlamsl@gmail.com>2017-11-17 13:46:49 +0800
commit6142117cddaf4d827df8e269ed9b6fa7d3c4cec7 (patch)
tree021a4174ddb81b2f646bf17ce46631ccc8c9ca33 /README.md
parentae28a24c7f7919d8de1c3044f28571ebe2036850 (diff)
downloadtracifyjs-6142117cddaf4d827df8e269ed9b6fa7d3c4cec7.tar.gz
tracifyjs-6142117cddaf4d827df8e269ed9b6fa7d3c4cec7.zip
document the `webkit` output option (#2490)
- workaround for WebKit bugs - PhantomJS users should enable this output option closes #2489
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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).