pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs configset - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs configset
Date
Msg-id E1e46Vv-0003L3-0D@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [pgAdmin4][Patch]: Fix naming convention for Check constraint.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: To fix Indentation issue in query tool