2 references to Place_else_on_new_line
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
92
yield return Setting.Create(CSharpFormattingOptions2.NewLineForElse, CSharpVSResources.
Place_else_on_new_line
, options, updaterService);
Options\Formatting\NewLinesViewModel.cs (1)
223
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.NewLineForElse, CSharpVSResources.
Place_else_on_new_line
, s_ifElsePreview, this, optionStore));