Pihrtsoft.Text.RegularExpressions.Linq.PatternBuilder.AppendLineAndIndent C# (CSharp) Method

AppendLineAndIndent() private method

private AppendLineAndIndent ( ) : void
return void
        private void AppendLineAndIndent()
        {
            AppendLine();
            _sb.Append(' ', _indentLevel * Settings.IndentSize);
        }