mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow the user to configure tabs in the SQL editor. Fixes #1406
This commit is contained in:
committed by
Dave Page
parent
0f99c3b60c
commit
761b54ce69
@@ -1423,7 +1423,8 @@ define(
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter", "breakpoints"],
|
||||
mode: "text/x-pgsql",
|
||||
readOnly: true,
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys
|
||||
extraKeys: pgAdmin.Browser.editor_shortcut_keys,
|
||||
tabSize: pgAdmin.Browser.editor_options.tabSize
|
||||
});
|
||||
|
||||
// On loading the docker, register the callbacks
|
||||
|
||||
Reference in New Issue
Block a user