[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31485: [PATCH] gnu: Add uncrustify.
From: |
Ludovic Courtès |
Subject: |
bug#31485: [PATCH] gnu: Add uncrustify. |
Date: |
Wed, 23 May 2018 12:18:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Pierre Neidhardt <address@hidden> skribis:
> Ludovic Courtès <address@hidden> writes:
>
>>> Perhaps indent.scm or code.scm would be a better match?
>
> Well, indent, astyle and uncrustify clearly belong together.
> At the moment astyle is in pretty-print.scm and indent is alone in its
> own file, indent.scm.
>
> My suggestions:
>
> - Move indent to pretty-print.scm.
> - Move astyle, indent and uncrustify to code.scm.
I did the latter and pushed all this, thank you!
Ludo’.