Skip to content

Commit 19634bb

Browse files
committed
Document option ignoreLines
1 parent 3591515 commit 19634bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)