pgsql: Make Emacs settings match perltidy configuration - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make Emacs settings match perltidy configuration
Date
Msg-id E1fAdeE-0004aO-Nw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Remove useless default clause in switch
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo in logical truncate replication