Docs: bugref:10705. De-duplicate PNGs and fix OSE export status of recent files.
[vbox.git] / .dir-locals.el
blob947a1025852aedd032e1720e95cd78a8f268822c
1 ;;; Directory Local Variables
2 ;;; See Info node `(emacs) Directory Variables' for more information.
4 ;; You might want to use
5 ;;
6 ;; (put 'indent-tabs-mode 'permanent-local t)
7 ;;
8 ;; to ensure that it's not reset when you manually switch an .h file
9 ;; that was automatically opened in c-mode to c++-mode.
11 ((c++-mode
12 (indent-tabs-mode))
13 (c-mode
14 (indent-tabs-mode))
15 (nxml-mode
16 (indent-tabs-mode)))