We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f4b92 commit 6163f13Copy full SHA for 6163f13
UtilityGenerators.Library/Text/IndentedStringBuilder.cs
@@ -17,7 +17,8 @@ public IndentedStringBuilder(IndentedStringBuilderOptions options)
17
}
18
19
private void InitializeBuilder()
20
- { if(Options.PrependMarkerComment)
+ {
21
+ if(Options.PrependMarkerComment)
22
_ = _builder.Append("// <auto-generated>").Append(Options.NewLine);
23
24
if(!String.IsNullOrWhiteSpace(Options.GeneratorName))
0 commit comments