"Brian Schott" wrote in message news:iobidfcyoneyxrzkh...@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
];

Reply via email to