Right now resharper formats our code like this:
private readonly List folders = new List {
I also had to uncheck ReSharper\Options\Languages\C#\Formatting Style\Other --> Align Multiline Constructs and uncheck "Array, object and collection initializer" along with the other answers provided here.