mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): trim whitespace changes in diff editor
This commit is contained in:
parent
f8a9d8ca29
commit
940af9e2a9
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@
|
|||
"terminal.integrated.cursorStyleInactive": "none",
|
||||
"debug.internalConsoleOptions": "neverOpen",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"window.customMenuBarAltFocus": false
|
||||
"window.customMenuBarAltFocus": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue