Skip to content

Commit

Permalink
Document option ignoreLines
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiLive authored and DigiLive committed Dec 18, 2020
1 parent 3591515 commit 19634bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ $options = [
'ignoreWhitespace' => true,
'ignoreCase' => true,
'context' => 2,
'cliColor' => true // for cli output
'cliColor' => true, // for cli output
'ignoreLines' => Diff::DIFF_IGNORE_LINE_BLANK,
];

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

## Todo

* Ability to ignore blank line changes
* 3 way diff support

## Contributors
Expand Down

0 comments on commit 19634bb

Please sign in to comment.