* .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT"
This commit is contained in:
parent
9392193be5
commit
8e4595a438
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
((nil . ((tab-width . 8)
|
||||
(sentence-end-double-space . t)
|
||||
(fill-column . 70)))
|
||||
(c-mode . ((c-file-style . "GNU")))
|
||||
(c-mode . ((c-file-style . "GNU")
|
||||
(c-noise-macro-with-parens-names . ("IF_LINT"))
|
||||
(eval . (c-make-noise-macro-regexps))
|
||||
))
|
||||
(objc-mode . ((c-file-style . "GNU")))
|
||||
(log-edit-mode . ((log-edit-font-lock-gnu-style . t)
|
||||
(log-edit-setup-add-author . t)))
|
||||
|
|
Loading…
Add table
Reference in a new issue