dfmt options

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 17 02:19:55 PDT 2015


On 2015-03-15 00:15, Brian Schott wrote:

> What am I missing?

* Ideally, any space that is optional in the language should be configurable

* Newlines between functions/structs/classes and so on

* Preserve grouping of variable declarations, i.e.

int a;
int b;

int foo;
int bar;

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list