mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
emacs: Set indent-tabs-mode in perl-mode
This matches existing practice, but makes the setup complete and consistent with the C code setup.
This commit is contained in:
parent
74a68e37d0
commit
442663f133
@ -13,6 +13,7 @@
|
||||
(perl-brace-offset . 0)
|
||||
(perl-brace-imaginary-offset . 0)
|
||||
(perl-label-offset . -2)
|
||||
(indent-tabs-mode . t)
|
||||
(tab-width . 4)))
|
||||
(sgml-mode . ((fill-column . 78)
|
||||
(indent-tabs-mode . nil))))
|
||||
|
@ -51,6 +51,7 @@
|
||||
(setq perl-continued-statement-offset 4)
|
||||
(setq perl-indent-level 4)
|
||||
(setq perl-label-offset -2)
|
||||
(setq indent-tabs-mode t)
|
||||
(setq tab-width 4))
|
||||
|
||||
(add-hook 'perl-mode-hook
|
||||
|
Loading…
Reference in New Issue
Block a user