1
0
Fork 0
muzika-gromche/.editorconfig

6 lines
223 B
INI

[*.cs]
# IDE0290: Use primary constructor
# Primary constructors are far from perfect: they can't have readonly fields, while fields can be used anywhere in the class body.
csharp_style_prefer_primary_constructors = false