Is anyone working on a D source code formatting tool?

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Sun Jan 11 05:11:29 PST 2015


On Saturday, 10 January 2015 at 22:11:55 UTC, Walter Bright wrote:
> On 1/10/2015 12:17 PM, Walter Bright wrote:
>> Has someone made a dfmt, like http://gofmt.com/ ?
>
> Next question - standalone tool, or built in to dmd (like Ddoc)?

I think best approach is akin to git subcommands - you can call 
stuff via `git command` but it in fact runs separate 
`git-command` binary behind the scene (which can also be used 
stand-alone). I would love to see DDOC implemented that way too.


More information about the Digitalmars-d mailing list