www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dfmt 0.4.1

reply Brian Schott <briancschott gmail.com> writes:
dfmt is a formatter for D source code.

Changes from 0.4.0:

   side of the "in" operator is a function literal.

   statements.

   document the existence of "-t" as an alias for the
   "indent_style" option.


https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1
Oct 21 2015
next sibling parent John Colvin <john.loughran.colvin gmail.com> writes:
On Wednesday, 21 October 2015 at 23:21:21 UTC, Brian Schott wrote:
 dfmt is a formatter for D source code.

 Changes from 0.4.0:

   side of the "in" operator is a function literal.

   statements.

   document the existence of "-t" as an alias for the
   "indent_style" option.


 https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1
Ouch, that takes >30s to build, which feels long in D...
Oct 22 2015
prev sibling parent John Colvin <john.loughran.colvin gmail.com> writes:
On Wednesday, 21 October 2015 at 23:21:21 UTC, Brian Schott wrote:
 dfmt is a formatter for D source code.

 Changes from 0.4.0:

   side of the "in" operator is a function literal.

   statements.

   document the existence of "-t" as an alias for the
   "indent_style" option.


 https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.1
For those on OS X using homebrew: brew install dfmt should work now.
Oct 23 2015