Hello, Maxim Cournoyer <maxim.courno...@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’.