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: Maxim Cournoyer
Subject: bug#61013: guix style indentation problem in (list ...)
Date: Sun, 22 Jan 2023 19:38:28 -0500

Hello,

I recently stumbled on this indentation produced with guix style:

--8<---------------cut here---------------start------------->8---
    (arguments
     (list
           ;; Disable tests that use the network and non-free assets.
           #:test-flags #~(list "-m" "not external and not samples")))
--8<---------------cut here---------------end--------------->8---

While the conventional way would be to indent it as:

--8<---------------cut here---------------start------------->8---
    (arguments
     (list
      ;; Disable tests that use the network and non-free assets.
      #:test-flags #~(list "-m" "not external and not samples")))
--8<---------------cut here---------------end--------------->8---

-- 
Thanks,
Maxim





reply via email to

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