On 1/31/14, "Casper Færgemand\" <[email protected]>"@puremagic.com <"Casper Færgemand\" <[email protected]>"@puremagic.com> wrote: > On Wednesday, 29 January 2014 at 02:08:19 UTC, bearophile wrote: >> a code beautifier as indent > > That.
Uncrustify[1] (and a GUI front-end like UniversalIndentGUI[2]) works great with D code, I use it all the time. Note that UniversalIndentGUI typically comes with an outdated version of Uncrustify, so you could simply swap its version of the uncrustify binary with a new version to support the latest C++/D syntax. [1] : http://uncrustify.sourceforge.net/ [2] : http://universalindent.sourceforge.net/
