Skip to content

Commit eace2f0

Browse files
committed
re-enable indentation
1 parent 63656d9 commit eace2f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/UniGetUI.Core.Tools/SerializationHelpers.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Globalization;
2+
using System.Text.Encodings.Web;
23
using System.Text.Json;
34
using System.Text.Json.Nodes;
45
using System.Text.Json.Serialization.Metadata;
@@ -83,7 +84,7 @@ private static string xml_to_json(string XML)
8384
{
8485
TypeInfoResolver = new DefaultJsonTypeInfoResolver(),
8586
AllowTrailingCommas = true,
86-
WriteIndented = false,
87+
WriteIndented = true,
8788
};
8889
}
8990

0 commit comments

Comments
 (0)