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