pgsql: Make Emacs settings match perltidy configuration

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make Emacs settings match perltidy configuration
Date: 2018-04-23 15:44:58
Message-ID: E1fAdeE-0004aO-Nw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make Emacs settings match perltidy configuration

Set Emacs's perl-continued-statement-offset to match perltidy's
--continuation-indentation, which is 2 (not overridden in PostgreSQL's
profile) rather than the 4 that Emacs uses by default.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/56fb890ace8ac0ca955ae0803c580c2074f876f6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-23 18:22:58 pgsql: Fix typo in logical truncate replication
Previous Message Alvaro Herrera 2018-04-23 15:12:34 pgsql: Add missing pstrdup