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)