digitalmars.D.announce - dfmt 0.4.1
- Brian Schott (11/11) Oct 21 2015 dfmt is a formatter for D source code.
- John Colvin (2/13) Oct 22 2015 Ouch, that takes >30s to build, which feels long in D...
- John Colvin (4/15) Oct 23 2015 For those on OS X using homebrew:
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
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.1Ouch, that takes >30s to build, which feels long in D...
Oct 22 2015
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.1For those on OS X using homebrew: brew install dfmt should work now.
Oct 23 2015