2022-12-11 15:02:58 -05:00
|
|
|
package diff2
|
|
|
|
|
|
|
|
// EnableDiff2 is true to activate the experimental diff2 algorithm.
|
|
|
|
var EnableDiff2 bool
|
2023-08-29 20:00:09 +02:00
|
|
|
|
|
|
|
// DisableOrdering can be set to true to disable the reordering of the changes
|
|
|
|
var DisableOrdering bool
|