If someone needs help, try this: Resharper Options → Code Editing → C # → Formatting Style → Other → Uncheck the “Initialize Array, Object, and Collection” box.
Then in: Resharper Options → Code Editing → C # → Formatting Style → Braces Layout → “Array and Object Initializer” = “In the Next Line (BSD Style)”.
You can also do this, which makes it a little nicer: Restarmer options → Code editing → C # → Formatting style → Line breaks and wraps → “Initialize the wrap and collection object” = “Chop if long or multi-line”.
source share