mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 14:19:21 +00:00
.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 New Issue
Block a user