Does anyone know of a prettyprint program for D code?
I use a text editor rather than an IDE and it would be nice if I could standardize the format of my code. It's not onerous to do it by hand but it can be tedious.
My text editor (Boxer) does pretty well on syntax highlighting (other than not recognizing 1_000_000 as a numeric literal and not understanding /+ +/ comment delimiters). But it doesn't reformat code to a particular style.
Thanks, Paul