1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

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.
This commit is contained in:
Peter Eisentraut
2018-04-23 11:44:31 -04:00
parent bc972072a3
commit 56fb890ace
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
(setq perl-brace-imaginary-offset 0)
(setq perl-brace-offset 0)
(setq perl-continued-brace-offset 4)
(setq perl-continued-statement-offset 4)
(setq perl-continued-statement-offset 2)
(setq perl-indent-level 4)
(setq perl-label-offset -2)
(setq indent-tabs-mode t)