Skip to content

Commit

Permalink
honor enum indenter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Jun 4, 2018
1 parent 2406009 commit c992238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rubberduck.Core/AutoComplete/AutoCompleteEnumBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ public class AutoCompleteEnumBlock : AutoCompleteBlockBase
{
public AutoCompleteEnumBlock(IIndenterSettings indenterSettings)
: base(indenterSettings, $"{Tokens.Enum}", $"{Tokens.End} {Tokens.Enum}") { }

protected override bool IndentBody => IndenterSettings.IndentEnumTypeAsProcedure;
}
}

0 comments on commit c992238

Please sign in to comment.