description of options vals

This commit is contained in:
Nikolajus 2016-07-15 01:10:06 +02:00 committed by GitHub
parent a054124590
commit 62eb05fcd5
1 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,7 @@ http://stedolan.github.io/jq/
**use_entire_file_if_no_selection** - true
**indent** - 2
`int used for how many spaces to use for indent, replace it with value "\t" and tabs will be used instead`
**sort_keys** - false
@ -68,10 +69,13 @@ http://stedolan.github.io/jq/
**line_separator** - ","
**value_separator** - ": "
`value separator in config, so if you need to get rid of extra space you can remove it with this param`
**keep_arrays_single_line** - false
`if we need to re-structure arrays and make them single-line`
**max_arrays_line_length** - 120
**max_arrays_line_length** - 120
`if array for example '["a", "b", 123213, ....]' length will reach max it will be kept multi-line (for beauty)`
## Using tabs for indentation