vscode: use new diff algorithm
This commit is contained in:
parent
609ad6c83d
commit
d4af7ccf4d
|
@ -5,6 +5,7 @@
|
|||
"svelte",
|
||||
],
|
||||
"cSpell.maxNumberOfProblems": 1000,
|
||||
"diffEditor.diffAlgorithm": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.acceptSuggestionOnCommitCharacter": false,
|
||||
"editor.fontFamily": "Fira Code",
|
||||
|
|
Loading…
Reference in New Issue