Right now resharper formats our code like this:
private readonly List folders = new List {
I just had a fight with this today. Go to ReSharper\Options\Languages\C#\Formatting Style\Other
Scroll to the bottom of the list and uncheck "Indent array, object, and collection initializer block"
That did the trick for me.