How to edit the default indentation for #nullable
When I disable the nullable reference types in specific parts of my code, then the #nullable disable
and #nullable restore
are not indented as I expect it. This is what I currently receive:
When I disable the nullable reference types in specific parts of my code, then the #nullable disable
and #nullable restore
are not indented as I expect it. This is what I currently receive: