Alex Kost <alez...@gmail.com> skribis: > IIUC using double spaces in the end of sentences is a convention.
Indeed. ‘guix lint’ should catch it. > Also I noticed that you make descriptions look like this: > > (description "…") > > This makes the first line significantly shorter than other ones, so some > people (including me) prefer the following variant: > > (description > "…") > > What about making a convention on how "description" fields should look. > Ludo? I prefer the latter as well, but I don’t usually insist on that. We don’t have specific written conventions; there’s .dir-locals.el, and then a reference to a more general coding convention for Scheme in ‘HACKING’. Would it help to have them written down? Ludo’.