3

有没有办法在使用对象初始化器而不是使用 editorconfig 使用括号时选择/强制样式?

// prefer
new Foo
{

};

// instead of
new Foo()
{

};
4

0 回答 0