2 references to Indent_block_contents
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
102
yield return Setting.Create(CSharpFormattingOptions2.IndentBlock, CSharpVSResources.
Indent_block_contents
, options, updaterService);
Options\Formatting\IndentationViewModel.cs (1)
82
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.IndentBlock, CSharpVSResources.
Indent_block_contents
, BlockContentPreview, this, optionStore));