bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61013: guix style indentation problem in (list ...)


From: Ludovic Courtès
Subject: bug#61013: guix style indentation problem in (list ...)
Date: Tue, 07 Mar 2023 14:59:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> I recently stumbled on this indentation produced with guix style:
>
>     (arguments
>      (list
>            ;; Disable tests that use the network and non-free assets.
>            #:test-flags #~(list "-m" "not external and not samples")))
>
>
> While the conventional way would be to indent it as:
>
>     (arguments
>      (list
>       ;; Disable tests that use the network and non-free assets.
>       #:test-flags #~(list "-m" "not external and not samples")))

Fixed in 0a37921d851b94aef6900214098dc5bd62b46e26, thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]