1 reference to s_allow_statement_immediately_after_block_true
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2318
CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CodeStyleOptions2.AllowStatementImmediatelyAfterBlock, ServicesVSResources.Allow_statement_immediately_after_block,
s_allow_statement_immediately_after_block_true
, s_allow_statement_immediately_after_block_false, this, optionStore, newLinePreferencesGroupTitle));