Skip to content

Commit

Permalink
don't sort the yaml keys alphabetically. #58
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Jan 9, 2025
1 parent c6235f0 commit f41e17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/geometamaker/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def yaml_dump(data):
return yaml.dump(
data,
allow_unicode=True,
sort_keys=False,
Dumper=_SafeDumper)

0 comments on commit f41e17f

Please sign in to comment.