From a7e54c087ca73479d8473a508210a1f8907946a5 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 25 Sep 2022 21:22:00 +0100 Subject: [PATCH] more style --- STYLE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index 8057cf4..8a42294 100644 --- a/STYLE.md +++ b/STYLE.md @@ -19,4 +19,7 @@ expression or there is more than one reference to `up`, `down` etc. * the parameters to a derivation are sorted alphabetically, except for `lib`, `stdenv` and maybe other non-package "special cases" -* indentation is whatever emacs nix-mode says it is +* indentation is whatever emacs nix-mode says it is. + + * where a `let` form defines multiple names, put a newline after the + token `let`, and indent each name two characters