2 references to Set_spacing_for_operators
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
76
yield return Setting.Create(CSharpFormattingOptions2.SpacingAroundBinaryOperator, CSharpVSResources.
Set_spacing_for_operators
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
152
Items.Add(new HeaderItemViewModel() { Header = CSharpVSResources.
Set_spacing_for_operators
});