R # How to preserve TAB when auto-formatting

I am formatting my code with TAB. I like Resharper's auto-formatting option, but I want R # to keep my TABs on every line. I tried to find some cfg variant but no success

Any idea how to achieve this?
If it's not part of the standard, maybe you can write some R # extension to do this?

+2


source to share


1 answer


This is not Resharper, it is a preference for Visual Studio.



Go to Tools -> Options -> Text Editor -> C # -> Tabs -> Save Tabs.

0


source







All Articles