2 references to Indent_open_and_close_braces
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
103
yield return Setting.Create(CSharpFormattingOptions2.IndentBraces, CSharpVSResources.
Indent_open_and_close_braces
, options, updaterService);
Options\Formatting\IndentationViewModel.cs (1)
83
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.IndentBraces, CSharpVSResources.
Indent_open_and_close_braces
, IndentBracePreview, this, optionStore));