VirtualBox

source: vbox/trunk/.dir-locals.el@ 78203

Last change on this file since 78203 was 77809, checked in by vboxsync, 5 years ago

.dir-locals.el: Add a comment about marking indent-tabs-mode permanent-local

  • Property svn:eol-style set to native
File size: 405 bytes
Line 
1;;; Directory Local Variables
2;;; See Info node `(emacs) Directory Variables' for more information.
3
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.
10
11((c++-mode
12 (indent-tabs-mode))
13 (c-mode
14 (indent-tabs-mode))
15 (nxml-mode
16 (indent-tabs-mode)))
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use