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 (#70)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/70
This commit is contained in:
parent
f8a9d8ca29
commit
ec119ae599
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@
|
||||||
"terminal.integrated.cursorStyleInactive": "none",
|
"terminal.integrated.cursorStyleInactive": "none",
|
||||||
"debug.internalConsoleOptions": "neverOpen",
|
"debug.internalConsoleOptions": "neverOpen",
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"window.customMenuBarAltFocus": false
|
"window.customMenuBarAltFocus": false,
|
||||||
|
"diffEditor.ignoreTrimWhitespace": false
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue