doc: Code wrap default value in README

This commit is contained in:
Rodrigo Fernandes 2020-01-19 18:24:12 +00:00
parent 1cac91c05d
commit e772b26d1c
No known key found for this signature in database
GPG key ID: 67157D2E3D4258B4

View file

@ -151,7 +151,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
- `diffStyle`: show differences level in each line: `word` or `char`, default is `word` - `diffStyle`: show differences level in each line: `word` or `char`, default is `word`
- `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default - `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default
is `none` is `none`
- `matchWordsThreshold`: similarity threshold for word matching, default is 0.25 - `matchWordsThreshold`: similarity threshold for word matching, default is `0.25`
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
`2500` `2500`
- `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison, - `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,