diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-04-12 23:53:23 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-04-12 23:53:23 -0400 |
commit | 442663f133f1caec51919402463e6e31362baee3 (patch) | |
tree | 0883679844299843360c2ce0b90c714c8796d643 /.dir-locals.el | |
parent | 74a68e37d059295e97cc55683c9342912a0ec81f (diff) | |
download | postgresql-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 '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index bc1bc7b16ed..d8827a669a4 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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)))) |