How can I disable reformatting method call/constructor parameter spacing? (To keep the extra tabs/spaces)
Answered
Hi,
Given a function call or class instantiation with a constructor, I have added extra tabs or spaces between the signature parameter values.
When reformatting the document they are removed. I'd like these to stay as they are
I have searched in the code styles but didn't find what I'm looking for, probably missed it.
How can I disable reformatting method call/constructor parameter spacing?
Thank you
Please sign in to leave a comment.
You can disable formatter for certain code parts, see https://stackoverflow.com/a/19492318/104891 .