This question is locked. New answers and comments are not allowed.
I'm used to write declarations like this:
var ca = new CatalogArticle { SmpId = 3 Name = "Test" }; After formatting the code with JustCode, the space between here "CatalogArticle {" is removed.
Is there a way to change this behavior?
Eric