Is there a way to achieve Visual Studio 2019 to indent using tabs and not spaces?
I've set Options -> Text Editor -> C# -> Tabs -> Keep tabs
but every time I break something to a new line of code, the automatic indentation still inserts 4 spaces instead of using tabs.
This works for Visual Studio 2017, but not 2019.
Is there another way to achieve it here?!
Asked
Active
Viewed 671 times
1

Widunder
- 295
- 3
- 19
-
2Are you running the latest version? – JaFizz Dec 23 '19 at 01:31
-
You're right. Updated to latest version and now it also works in 2019. Thank you for that. – Widunder Dec 23 '19 at 02:01
-
Nice it's working now! – JaFizz Dec 23 '19 at 13:11