File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,11 +91,12 @@ QString newText = result.first;
9191
9292## Configuration(you can play with the configuration for different results)
9393
94+ ``` cpp
9495// Modified settings for maximum precision (default configuration)
95- dmp.Diff_Timeout = 0.0f; // NO TIMEOUT - Full precision mode
96- dmp.Match_Threshold = 0.5f; // Standard accuracy threshold
97- dmp.Match_Distance = 100000; // Extended search distance for large files
98- dmp.Match_MaxBits = 8192; // Large pattern support for complex diffs
96+ dmp.Diff_Timeout = 0 .0f ; // NO TIMEOUT - Full precision mode
97+ dmp.Match_Threshold = 0 .5f ; // Standard accuracy threshold
98+ dmp.Match_Distance = 100000 ; // Extended search distance for large files
99+ dmp.Match_MaxBits = 8192 ; // Large pattern support for complex diffs
99100dmp.Patch_DeleteThreshold = 0 .5f ; // Standard patch reliability
100101```
101102
You can’t perform that action at this time.
0 commit comments