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---