C
C#16mo ago
Bill

❔ EditorConfig Option to always go to new lines

Using this code as an example, which editorconfig option do I set to make each member always on a new line?
// Convert the dictionary to a list of DTOs
var responses = modelScores.Select(score => new AnalysisResponseDto
{
Model = xxx, Score = xxx
}).ToList();
// Convert the dictionary to a list of DTOs
var responses = modelScores.Select(score => new AnalysisResponseDto
{
Model = xxx, Score = xxx
}).ToList();
1 Reply
Accord
Accord16mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?