fix(code-server): strip trailing whitespace instead of highlight (#67)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/67
This commit is contained in:
Victor Westerlund 2025-11-20 12:04:39 +01:00
parent 4a89252faa
commit 7f97a734b5

View file

@ -18,5 +18,5 @@
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen",
"editor.renderWhitespace": "trailing"
"files.trimTrailingWhitespace": true
}