VirtualBox

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

Last change on this file since 74942 was 52664, checked in by vboxsync, 10 years ago

Emacs directory local variables. Disable indent-tabs-mode in C/C++ code.

  • Property svn:eol-style set to native
File size: 166 bytes
Line 
1;;; Directory Local Variables
2;;; See Info node `(emacs) Directory Variables' for more information.
3
4((c++-mode
5 (indent-tabs-mode))
6 (c-mode
7 (indent-tabs-mode)))
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use