Skip to content

Commit f3ad1e3

Browse files
committed
Merge branch 'dev/allichou/TabsSpacesCodeGeneration' of https://github.com/dotnet/aspnetcore into dev/allichou/TabsSpacesCodeGeneration
2 parents e70d65f + d2fdfdc commit f3ad1e3

File tree

1 file changed

+1
-1
lines changed
  • src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGeneration

1 file changed

+1
-1
lines changed

src/Razor/Microsoft.AspNetCore.Razor.Language/src/CodeGeneration/CodeWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class CodeWriter
1818
private int _currentLineIndex;
1919
private int _currentLineCharacterIndex;
2020

21-
public CodeWriter() : this(Environment.NewLine, false, 4)
21+
public CodeWriter() : this(Environment.NewLine, indentWithTabs: false, tabSize: 4)
2222
{
2323
}
2424

0 commit comments

Comments
 (0)