如何告诉Resharper以不同方式格式化这些字段属性?

Pur*_*ome 3 .net c# resharper code-formatting

当我使用Resharper的Code-Cleanup时,这就是它对我的支持领域的作用......

[DebuggerBrowsable(DebuggerBrowsableState.Never)] private readonly DateTime_auctionOn;

^所有在一条线上.

我怎么能告诉R#我希望它的格式如下:

[DebuggerBrowsable(DebuggerBrowsableState.Never)]
private readonly DateTime _auctionOn;
Run Code Online (Sandbox Code Playgroud)

请.

樱桃在上面.

Bui*_*ted 7

查看Code Editing > C# > Formatting Style > Line Breaks and Wrapping选项,查看以下条目.特别是这一个:Place field attribute on same line

将字段属性放在同一行上