1
0
Fork 0
virtualbox/.dir-locals.el
Daniel Baumann 54b0d93786
Adding upstream version 7.0.26-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-24 20:35:25 +02:00

16 lines
405 B
EmacsLisp

;;; 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)))