From edb57caa3af3bd646d3c594d4809e7dae1e265d2 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Tue, 16 May 2017 22:26:45 -0500 Subject: [PATCH] Readme: remove space_colon option --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 001be85f..4d60796b 100644 --- a/README.md +++ b/README.md @@ -645,7 +645,6 @@ can pass additional arguments that control the code output: semicolon, leading to more readable output of uglified code (size before gzip could be smaller; size after gzip insignificantly larger). - `shebang` (default `true`) -- preserve shebang `#!` in preamble (bash scripts) -- `space_colon` (default `true`) -- insert a space after the colon signs - `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).