Merge branch 'emacs_lambda_indentation' of https://github.com/tbsmoest/nix-1

This commit is contained in:
Eelco Dolstra 2020-03-04 11:58:45 +01:00
commit 887030f211
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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))
)))