With "diffEditor.ignoreTrimWhitespace": false
, changes in a diff editor:
With "diffEditor.ignoreTrimWhitespace": true
, changes in a diff editor:
With "diffEditor.ignoreTrimWhitespace": true
, changes in a normal (non-diff) editor:
How to ignore changes in leading/trailing whitespace in a non-diff editor as well?