diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-17 20:13:16 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-17 21:26:20 +0200 |
commit | 66c84827258271d7dd635da0e0bc983afabd3ca4 (patch) | |
tree | c4cf300d2fd8ac9a753ada6e2327b816ec819d74 /.dir-locals.el | |
parent | 73d73dcf9b78e6d42cf98a13651bb9ab23bea17e (diff) | |
download | searxng-66c84827258271d7dd635da0e0bc983afabd3ca4.tar.gz searxng-66c84827258271d7dd635da0e0bc983afabd3ca4.zip |
[emacs] don't use tabs, except in makefile-gmake-mode
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 970199b42..6daf66591 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -49,6 +49,10 @@ ((nil . ((fill-column . 80) + (indent-tabs-mode . nil) + )) + (makefile-gmake-mode + . ((indent-tabs-mode . t) )) (python-mode . ((indent-tabs-mode . nil) |