We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignoreLines
1 parent d0cede3 commit 0849a1eCopy full SHA for 0849a1e
README.md
@@ -61,7 +61,8 @@ $options = [
61
'ignoreWhitespace' => true,
62
'ignoreCase' => true,
63
'context' => 2,
64
- 'cliColor' => true // for cli output
+ 'cliColor' => true, // for cli output
65
+ 'ignoreLines' => Diff::DIFF_IGNORE_LINE_BLANK,
66
];
67
68
// Initialize the diff class.
@@ -140,7 +141,6 @@ at [jQuery-Merge-for-php-diff](https://github.com/Xiphe/jQuery-Merge-for-php-dif
140
141
142
## Todo
143
-* Ability to ignore blank line changes
144
* 3 way diff support
145
146
## Contributors
0 commit comments