mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
.dir-locals.el: Set additional lambda indentation to zero
This commit is contained in:
parent
2e953b567e
commit
f6fd01bd19
1 changed files with 1 additions and 0 deletions
|
@ -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