mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Format tournament bracket output (#5122)
Format tournament bracket output
This commit is contained in:
@ -222,6 +222,7 @@ namespace osu.Game.Tournament
|
|||||||
sw.Write(JsonConvert.SerializeObject(ladder,
|
sw.Write(JsonConvert.SerializeObject(ladder,
|
||||||
new JsonSerializerSettings
|
new JsonSerializerSettings
|
||||||
{
|
{
|
||||||
|
Formatting = Formatting.Indented,
|
||||||
NullValueHandling = NullValueHandling.Ignore,
|
NullValueHandling = NullValueHandling.Ignore,
|
||||||
DefaultValueHandling = DefaultValueHandling.Ignore,
|
DefaultValueHandling = DefaultValueHandling.Ignore,
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user