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:
@ -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)
|
||||
|
Reference in New Issue
Block a user