branch: externals/company
commit 174e511e085095ec92893cf4cee97d934b0291f6
Merge: 3eaac91 73c3c37
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #1227 from yugaego/makefile
    
    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