2 references to Insert_space_after_comma
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
68
yield return Setting.Create(CSharpFormattingOptions2.SpaceAfterComma, CSharpVSResources.
Insert_space_after_comma
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
144
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceAfterComma, CSharpVSResources.
Insert_space_after_comma
, s_delimiterPreview, this, optionStore));