ajkfds
Results
1
comments of
ajkfds
I have found a temporary workaround for the bug until it is fixed. 1. Set indentation size =1 and ShowTabs = true ```csharp _textEditor.Options.IndentationSize = 1; _textEditor.Options.ShowTabs = true; ```...