summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 947a1025852aedd032e1720e95cd78a8f268822c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;; Directory Local Variables
;;; See Info node `(emacs) Directory Variables' for more information.

;; You might want to use
;;
;;   (put 'indent-tabs-mode 'permanent-local t)
;;
;; to ensure that it's not reset when you manually switch an .h file
;; that was automatically opened in c-mode to c++-mode.

((c++-mode
  (indent-tabs-mode))
 (c-mode
  (indent-tabs-mode))
 (nxml-mode
  (indent-tabs-mode)))