之後放置空行?有沒有人知道如何使Resharper在執行代碼清理後在括號後面添加空行? 我想作以下代碼 if (x == y)
{
int a = x;
int b = y;
int z = a + b;
}
這個樣子 if (x == y)
{
int a = x;
int b = y;
int z = a + b;
}
如果我有以下代碼... #if PocketPC
/// <summary>Indicates whether usage of the Windows Mobile 5.0+ GPS intermediate driver is allowed.</summary>
private static bool allowGpsIntermediateDriver = true