forked from lix-project/lix
.dir-locals.el: Set additional lambda indentation to zero
This commit is contained in:
parent
2e953b567e
commit
f6fd01bd19
|
@ -13,4 +13,5 @@
|
|||
(eval . (c-set-offset 'arglist-cont-nonempty '+))
|
||||
(eval . (c-set-offset 'substatement-open 0))
|
||||
(eval . (c-set-offset 'access-label '-))
|
||||
(eval . (c-set-offset 'inlambda 0))
|
||||
)))
|
||||
|
|
Loading…
Reference in a new issue