mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
emacs: also configure nxml parameters in .dir-locals.el
We configure the parameters we use for the docbook XML.
This commit is contained in:
parent
b5eb973b39
commit
54230826fd
@ -10,4 +10,5 @@
|
||||
(eval . (c-set-offset 'statement-case-open 0))
|
||||
(eval . (c-set-offset 'case-label 0))
|
||||
(eval . (c-set-offset 'arglist-intro '++))
|
||||
(eval . (c-set-offset 'arglist-close 0)))))
|
||||
(eval . (c-set-offset 'arglist-close 0))))
|
||||
(nxml-mode . ((nxml-child-indent . 2))))
|
||||
|
Loading…
Reference in New Issue
Block a user