dotfiles/.local/share/code-server/User/settings.json
Victor Westerlund 2b3411dcb2 feat: add code-server settings (#1)
Reviewed-on: gists/dotfiles#1
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
2024-11-22 04:18:41 +01:00

11 lines
No EOL
392 B
JSON

{
"workbench.colorTheme": "Default Dark Modern",
"keyboard.layout": "0000041D",
"editor.bracketPairColorization.enabled": false,
"git.openRepositoryInParentFolders": "never",
"editor.stickyScroll.enabled": false,
"html.format.indentHandlebars": true,
"editor.insertSpaces": false,
"workbench.editor.closeEmptyGroups": false,
"editor.hover.hidingDelay": 0
}