mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): strip trailing whitespace instead of highlight (#67)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/67
This commit is contained in:
parent
4a89252faa
commit
7f97a734b5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"terminal.integrated.cursorStyle": "line",
|
"terminal.integrated.cursorStyle": "line",
|
||||||
"terminal.integrated.cursorStyleInactive": "none",
|
"terminal.integrated.cursorStyleInactive": "none",
|
||||||
"debug.internalConsoleOptions": "neverOpen",
|
"debug.internalConsoleOptions": "neverOpen",
|
||||||
"editor.renderWhitespace": "trailing"
|
"files.trimTrailingWhitespace": true
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue