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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Make Emacs perl-mode indent more like perltidy.
Дата
Msg-id E1gilWB-0007AE-64@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve missing-program error handling in make_ctags andmake_et
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Make DLSUFFIX easily discoverable by build scripts