VirtualBox

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

最後變更 在這個檔案從96062是 77809,由 vboxsync 提交於 6 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 405 位元組
 
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)))
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette