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