I have many code styles specified in my .editorconfig
file for my C# projects. I would find really useful if all of my classes could be sealed
by default (When you create a new one) or at least they would show warning there class is not sealed. Is there a setting for this in the .editorconfig
file ?
PS: Please dont explaint if it is/isnt a good idea, there are many such threads on SO, so it would be redundant.