2 references to Insert_space_within_empty_square_brackets
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
64
yield return Setting.Create(CSharpFormattingOptions2.SpaceBetweenEmptySquareBrackets, CSharpVSResources.
Insert_space_within_empty_square_brackets
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
138
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceBetweenEmptySquareBrackets, CSharpVSResources.
Insert_space_within_empty_square_brackets
, s_bracketPreview, this, optionStore));