We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac91c commit e772b26Copy full SHA for e772b26
README.md
@@ -151,7 +151,7 @@ The HTML output accepts a Javascript object with configuration. Possible options
151
- `diffStyle`: show differences level in each line: `word` or `char`, default is `word`
152
- `matching`: matching level: `'lines'` for matching lines, `'words'` for matching lines and words or `'none'`, default
153
is `none`
154
-- `matchWordsThreshold`: similarity threshold for word matching, default is 0.25
+- `matchWordsThreshold`: similarity threshold for word matching, default is `0.25`
155
- `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is
156
`2500`
157
- `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison,
0 commit comments