summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 7c6424f06575b45d68236d57f8c2a582c0d07299 (plain)
1
2
3
4
5
6
((nil
  (indent-tabs-mode . nil))
 (makefile-mode
  (indent-tabs-mode . t))
 (git-commit-mode
  (git-commit-major-mode . git-commit-elisp-text-mode)))