2 references to Indent_labels_normally
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\LabelPositionOptionsViewModel.cs (1)
62yield return (CSharpVSResources.Indent_labels_normally, LabelPositionOptions.NoIndent);
Options\Formatting\IndentationViewModel.cs (1)
91Items.Add(new RadioButtonViewModel<LabelPositionOptions>(CSharpVSResources.Indent_labels_normally, GotoLabelPreview, "goto", LabelPositionOptions.NoIndent, CSharpFormattingOptions2.LabelPositioning, this, optionStore));