Right now resharper formats our code like this:
private readonly List folders = new List {
For R# 8 there is a setting exactly for this purpose in Options -> Code Editing -> C# -> Formatting Style -> Braces Layout -> Array and object initializer.
"At the next line (BSD style)" is the one which this thread asks for.