3

オブジェクト初期化子を使用して、editorconfig を使用して括弧を使用しない場合に、スタイルを優先/強制する方法はありますか?

// prefer
new Foo
{

};

// instead of
new Foo()
{

};
4

0 に答える 0