mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-26 00:23:00 +08:00
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com> Co-authored-by: Tom Limoncelli <tal@whatexit.org>
7 lines
210 B
Go
7 lines
210 B
Go
package diff2
|
|
|
|
// EnableDiff2 is true to activate the experimental diff2 algorithm.
|
|
var EnableDiff2 bool
|
|
|
|
// DisableOrdering can be set to true to disable the reordering of the changes
|
|
var DisableOrdering bool
|