Unfortunately, there is no way to align .Whereunder list.
As for grinding, ReSharper | Options -> Code Editing | C# | Formatting Style | Line Breaks and Wrapping -> Line Wrappingthere is an option Wrap chained method calls. If you set it to Chop always, it will hack, but it uses a slightly different formatting:
var query = list.Where(x => true)
.Select(x => x);
Chop if long ( ), , ( Right margin, , ).