Reputation: 22255
I'm sorry if I'm asking something obvious. I've been using an older version of VS but recently had to switch to VS 2017 and now I'm lost in all the fluff in it. I'm trying to set up the indenting for C# code. The easiest way is to show with a screenshot:
So how do I make it put a tab there after I hit return from those two points in code that I showed with arrows?
Upvotes: 0
Views: 310
Reputation: 5765
Tools -> Options -> Text Editor -> C# -> Tabs -> Indenting -> Set to "Smart".
Upvotes: 1