diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-07-13 01:51:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 01:51:10 +0800 |
commit | bcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c (patch) | |
tree | fcc19ae9f916dc819753245261f685ac8bb9d34b /README.md | |
parent | 018a5a750a16dce58ab50d943c47ea6cf01a0fbb (diff) | |
download | tracifyjs-bcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c.tar.gz tracifyjs-bcebacbb9e7ddac7d9c0e4ca2c7e0faf0e0bca7c.zip |
fix corner cases in `preserve_line` (#3212)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -857,8 +857,8 @@ can pass additional arguments that control the code output: adjust for this text. Can be used to insert a comment containing licensing information, for example. -- `preserve_line` (default `false`) -- pass `true` to preserve lines, but it - only works if `beautify` is set to `false`. +- `preserve_line` (default `false`) -- pass `true` to retain line numbering on + a best effort basis. - `quote_keys` (default `false`) -- pass `true` to quote all keys in literal objects |