unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#62000: Inconsistent indentation rules for define-configuration
@ 2023-03-06 12:48 Bruno Victal
  2023-03-07 13:16 ` Simon Tournier
  0 siblings, 1 reply; 5+ messages in thread
From: Bruno Victal @ 2023-03-06 12:48 UTC (permalink / raw)
  To: 62000

Suspected file: .dir-locals.el


Using 'package' as a field in define-configuration results in inconsistent indentation:

--8<---------------cut here---------------start------------->8---
(define-configuration/no-serialization mympd-configuration
  (package
    (file-like mympd)        ;;;; <<<<<<<<<<<<<<<<<<<<< notice how it's indented with 2 spaces
    "The package object of the myMPD server."
    empty-serializer)

  (shepherd-requirement
   (list-of-symbol '())      ;;;; <<<<<<<<<<<<<<<<<<<<< vs 1 space
   "This is a list of symbols naming Shepherd services that this service
will depend on."
   empty-serializer)

;; ...
)
--8<---------------cut here---------------end--------------->8---




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-22 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 12:48 bug#62000: Inconsistent indentation rules for define-configuration Bruno Victal
2023-03-07 13:16 ` Simon Tournier
2023-03-07 13:54   ` Bruno Victal
2023-03-07 14:02     ` Simon Tournier
2023-06-22 13:40       ` Bruno Victal

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).