Invalid setting csharp_new_line_within_query_expression_clauses in .editorconfig...
authorBastian Schmidt <batzen@gmx.org>
Sat, 8 Dec 2018 18:45:34 +0000 (19:45 +0100)
committerAaron Robinson <arobins@microsoft.com>
Sat, 8 Dec 2018 18:45:34 +0000 (10:45 -0800)
commit2d1a55eefd7bbebe5968b02229da5dfcf6505bf7
tree911fc2c14ef72082157285c47bdc2f00dc7f8174
parent12fafad1c95a3379a0d8bd9e584a8161cb3f9fe1
Invalid setting csharp_new_line_within_query_expression_clauses in .editorconfig (#21449)

Same as in https://github.com/dotnet/corefx/issues/25991.

Roslyn doesn't support csharp_new_line_within_query_expression_clauses.
But Roslyn does support csharp_new_line_between_query_expression_clauses and it's missing from .editorconfig.

I also removed the comment "# Trim trailing whitespace" because that option is not set.
.editorconfig