I'm trying to figure out how to stop csharpier from formatting a bunch of attributes. I tried what's shown below, but I understand that doesn't work because cshaprier-ignore-start only applies when "A range is valid around statements and members".
How should I do it?
Also, it would be great if chsarpier supported #pragma warning disable format. I seem to need that anyway to stop VS from removing the whitespace
I'm trying to figure out how to stop csharpier from formatting a bunch of attributes. I tried what's shown below, but I understand that doesn't work because
cshaprier-ignore-start
only applies when "A range is valid around statements and members".How should I do it?
Also, it would be great if chsarpier supported
#pragma warning disable format
. I seem to need that anyway to stop VS from removing the whitespaceInput:
Output: Extra whitespace is removed.
Expected behavior: unchanged