From 2f2e4a5261c0d2630ce6028dd0cd95e5583b0412 Mon Sep 17 00:00:00 2001 From: mhawamdeh Date: Mon, 18 Apr 2022 01:52:04 +0300 Subject: [PATCH] note on ignoreWhiteSpaces --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159eef2..6867255 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,8 @@ The HTML output accepts a Javascript object with configuration. Possible options `false` - `matchingMaxComparisons`: perform at most this much comparisons for line matching a block of changes, default is `2500` -- `ignoreWhiteSpaces`: ignore line with only repeated white spacings (Only in Side by side View). +- `ignoreWhiteSpaces`: ignore line with only repeated white spacings (Only in Side by side View), using recommended + matching type with this option is "words". - `maxLineSizeInBlockForComparison`: maximum number os characters of the bigger line in a block to apply comparison, default is `200` - `compiledTemplates`: object ([Hogan.js](https://github.com/twitter/hogan.js/) template values) with previously