diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index 364a19a..ca9fcfe 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -7,5 +7,7 @@ "html.format.indentHandlebars": true, "editor.insertSpaces": false, "workbench.editor.closeEmptyGroups": false, - "editor.hover.hidingDelay": 0 + "editor.hover.hidingDelay": 0, + "hexeditor.columnWidth": 32, + "hexeditor.inspectorType": "sidebar" } \ No newline at end of file