doc: Code wrap default value in README
This commit is contained in:
parent
1cac91c05d
commit
e772b26d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
- `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default
|
||||
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
|
||||
`2500`
|
||||
- `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,
|
||||
|
|
|
|||
Loading…
Reference in a new issue