Thread: pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs configset

pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs configset

From
Dave Page
Date:
Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0cb57848f87e036d086ab59aafd1f363483a4723
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/__init__.py                    |  4 ++
web/pgadmin/browser/static/js/browser.js           |  3 +-
web/pgadmin/browser/templates/browser/js/utils.js  |  1 +
web/pgadmin/static/js/backform.pgadmin.js          |  2 +
web/pgadmin/tools/datagrid/static/js/datagrid.js   |  3 +-
web/pgadmin/tools/debugger/static/js/direct.js     |  2 +
web/pgadmin/tools/sqleditor/__init__.py            | 52 ++++++++++++++++------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  6 ++-
8 files changed, 55 insertions(+), 18 deletions(-)