aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-04-12 23:53:23 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-04-12 23:53:23 -0400
commit442663f133f1caec51919402463e6e31362baee3 (patch)
tree0883679844299843360c2ce0b90c714c8796d643 /src
parent74a68e37d059295e97cc55683c9342912a0ec81f (diff)
downloadpostgresql-442663f133f1caec51919402463e6e31362baee3.tar.gz
postgresql-442663f133f1caec51919402463e6e31362baee3.zip
emacs: Set indent-tabs-mode in perl-mode
This matches existing practice, but makes the setup complete and consistent with the C code setup.
Diffstat (limited to 'src')
-rw-r--r--src/tools/editors/emacs.samples1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples
index a510afd051b..d9cd47cef27 100644
--- a/src/tools/editors/emacs.samples
+++ b/src/tools/editors/emacs.samples
@@ -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