File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,10 @@ The HTML output accepts a Javascript object with configuration. Possible options
149
149
- ` outputFormat ` : the format of the output data: ` 'line-by-line' ` or ` 'side-by-side' ` , default is ` 'line-by-line' `
150
150
- ` drawFileList ` : show a file list before the diff: ` true ` or ` false ` , default is ` true `
151
151
- ` diffStyle ` : show differences level in each line: ` word ` or ` char ` , default is ` word `
152
+ - ` diffMaxChanges ` : number of changed lines after which a file diff is deemed as too big and not displayed, default is
153
+ ` undefined `
154
+ - ` diffTooBigMessage ` : function allowing to customize the message in case of file diff too big (if ` diffMaxChanges ` is
155
+ set)
152
156
- ` matching ` : matching level: ` 'lines' ` for matching lines, ` 'words' ` for matching lines and words or ` 'none' ` , default
153
157
is ` none `
154
158
- ` matchWordsThreshold ` : similarity threshold for word matching, default is ` 0.25 `
You can’t perform that action at this time.
0 commit comments