Descent 0.4 released
Robert Fraser
fraserofthenight at gmail.com
Mon Aug 13 12:54:03 PDT 2007
Vladimir Panteleev Wrote:
> Anyway, this is really something - especially the code formatter :D
> As a minor feature request, I'd like to see an option to format classes like this:
>
> class Foo
> {
> int x;
>
> private:
> int y;
>
> public:
> int z;
> }
>
> This indentation style is used quite often in Phobos, and I use it as well.
> I guess it might require adding "negative" indentation for certain elements to the formatter engine...
>
Not hard at all; I'll get on that!
More information about the Digitalmars-d-announce
mailing list