fix(code-server): trim whitespace changes in diff editor (#70)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/70
This commit is contained in:
Victor Westerlund 2025-12-02 10:48:14 +01:00
parent f8a9d8ca29
commit ec119ae599

View file

@ -19,5 +19,6 @@
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen",
"files.trimTrailingWhitespace": true,
"window.customMenuBarAltFocus": false
"window.customMenuBarAltFocus": false,
"diffEditor.ignoreTrimWhitespace": false
}