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