Skip to content

Commit

Permalink
disable aliases (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt authored Dec 19, 2023
1 parent 3d883ae commit de8c480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/MatrixHelper/MatrixSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void Serialize(string path)
var serializer = new SerializerBuilder()
.WithNamingConvention(UnderscoredNamingConvention.Instance)
.WithIndentedSequences()
.DisableAliases()
.Build();

File.WriteAllText(path, serializer.Serialize(MetadataData.GetAllInOne()));
Expand Down

0 comments on commit de8c480

Please sign in to comment.