dfmt 0.1.0
Joakim via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Feb 19 22:40:36 PST 2015
On Friday, 20 February 2015 at 05:53:32 UTC, Brian Schott wrote:
> On Friday, 20 February 2015 at 05:23:45 UTC, Joakim wrote:
>> On Friday, 20 February 2015 at 02:21:01 UTC, Brian Schott
>> wrote:
>>> dfmt is a D source code formatting tool.
>>>
>>> https://github.com/Hackerpilot/dfmt/
>>> https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.0
>>
>> Thanks, you should list some of the formatting changes it
>> makes in the README.
>
> It doesn't do formatting changes. It wipes out the formatting
> during lexing and builds it up from scratch. The only thing
> that gets preserved is that it will look at line numbers on
> comments and try to keep them in roughly the same place. (For
> example, "//" comments that are on the end of a line instead of
> on the next line)
Well, you should indicate what that new formatting is in the
README, so potential users know what to expect without having to
run it first.
More information about the Digitalmars-d-announce
mailing list