dfmt options

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 14 19:31:42 PDT 2015


"Brian Schott"  wrote in message 
news:iobidfcyoneyxrzkhlik at forum.dlang.org...

> First, a disclaimer: I am an idiot for starting this thread.

Hahaha.

> What am I missing?

- Enum members each on new line or all on same line

- Threshold for array initializers, when exceeded each element is on own 
line eg
auto x =
[
    item,
    item,
    item
]; 



More information about the Digitalmars-d mailing list