branch: externals/company
commit 73c3c37dc185f0f2d6f5d977dc1d161af9cf8e7d
Author: YE <[email protected]>
Commit: YE <[email protected]>

    Instruct makefile-mode tabs indentation
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 8e92085..46c4839 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,5 @@
          (fill-column . 80)
          (sentence-end-double-space . t)
          (emacs-lisp-docstring-fill-column . 75)
-         (project-vc-merge-submodules . nil))))
+         (project-vc-merge-submodules . nil)))
+ (makefile-mode . ((indent-tabs-mode . t))))

Reply via email to