Skip to content

Commit

Permalink
add comment about quote_style and gzip (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzc authored and alexlamsl committed Jun 14, 2017
1 parent 41beae4 commit da2de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -766,7 +766,7 @@ can pass additional arguments that control the code output:
- `quote_style` (default `0`) -- preferred quote style for strings (affects
quoted property names and directives as well):
- `0` -- prefers double quotes, switches to single quotes when there are
more double quotes in the string itself.
more double quotes in the string itself. `0` is best for gzip size.
- `1` -- always use single quotes
- `2` -- always use double quotes
- `3` -- always use the original quotes
Expand Down

0 comments on commit da2de35

Please sign in to comment.