pgsql: Make Emacs perl-mode indent more like perltidy.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make Emacs perl-mode indent more like perltidy.
Date: 2019-01-13 19:33:59
Message-ID: E1gilWB-0007AE-64@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make Emacs perl-mode indent more like perltidy.

This especially helps braces that surround code blocks. Back-patch to
v11, where commit 56fb890ace8ac0ca955ae0803c580c2074f876f6 first
appeared; before that, settings were even more distant from perltidy.

Reviewed by Andrew Dunstan.

Discussion: https://postgr.es/m/20190103055355.GB267595@gust.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0f514dd78f673080511f9fa7749e6e312a1ddd9b

Modified Files
--------------
.dir-locals.el | 2 +-
src/tools/editors/emacs.samples | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-01-13 21:10:05 pgsql: Make DLSUFFIX easily discoverable by build scripts
Previous Message Tom Lane 2019-01-13 18:33:55 pgsql: Improve missing-program error handling in make_ctags and make_et