(name . bug-guix)(address . bug-guix@gnu.org)
Hello,
I recently stumbled on this indentation produced with guix style:
Toggle snippet (6 lines)
(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:
Toggle snippet (6 lines)
(arguments
(list
;; Disable tests that use the network and non-free assets.
#:test-flags #~(list "-m" "not external and not samples")))
--
Thanks,
Maxim