Skip to content

Commit 595bb96

Browse files
committed
chore: using advanced diff algorithm
1 parent 00d23f6 commit 595bb96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/v2/diff.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export default Vue.extend({
6161
{
6262
...monacoEditorOptions,
6363
readOnly: true,
64-
wordWrap: 'on'
64+
wordWrap: 'on',
65+
diffAlgorithm: 'advanced'
6566
}
6667
) as any
6768
if (this.monacoDiffEditor) {

0 commit comments

Comments
 (0)