2 references to Insert_space_after_keywords_in_control_flow_statements
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
53
yield return Setting.Create(CSharpFormattingOptions2.SpaceAfterControlFlowStatementKeyword, CSharpVSResources.
Insert_space_after_keywords_in_control_flow_statements
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
125
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceAfterControlFlowStatementKeyword, CSharpVSResources.
Insert_space_after_keywords_in_control_flow_statements
, s_forDelimiterPreview, this, optionStore));