Making ReSharper's code formatting take into account `this` and `await`

时间:2018-03-09 19:11:46

标签: formatting resharper

I have VS with ReSharper installed. I have configured ReSharper to pull blocks back so that they align with the line above. This is what it looks like without await this.:

enter image description here

This is how it looks like with await this.:

enter image description here

How can I make it pool the lambda block back to the beginning of await so that it looks like this:

enter image description here

0 个答案:

没有答案