2 writes to TabSize
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
45
TabSize
= formattingOptions.TabSize,
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
47
var options = new XamlFormattingOptions { InsertSpaces = request.Options.InsertSpaces,
TabSize
= request.Options.TabSize, OtherOptions = request.Options.OtherOptions?.AsUntyped() };