Readme: remove space_colon option

This commit is contained in:
Rob Garrison 2017-05-16 22:26:45 -05:00
parent 752d524d5a
commit edb57caa3a

View File

@ -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).