Skip to content

Commit 0849a1e

Browse files
DigiLiveJBlond
authored andcommitted
Document option ignoreLines
1 parent d0cede3 commit 0849a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ $options = [
6161
'ignoreWhitespace' => true,
6262
'ignoreCase' => true,
6363
'context' => 2,
64-
'cliColor' => true // for cli output
64+
'cliColor' => true, // for cli output
65+
'ignoreLines' => Diff::DIFF_IGNORE_LINE_BLANK,
6566
];
6667

6768
// Initialize the diff class.
@@ -140,7 +141,6 @@ at [jQuery-Merge-for-php-diff](https://github.com/Xiphe/jQuery-Merge-for-php-dif
140141

141142
## Todo
142143

143-
* Ability to ignore blank line changes
144144
* 3 way diff support
145145

146146
## Contributors

0 commit comments

Comments
 (0)