use sort_keys to make the data more "predictable"

This commit is contained in:
Guilherme Danno 2016-04-17 23:47:12 -03:00
parent 5e3c65d32e
commit 228ffc91be

View file

@ -49,6 +49,7 @@ class ExportPlugin(BeetsPlugin):
'ensure_ascii': False,
'indent': 4,
'separators': (',', ': '),
'sort_keys': True
}
},
# TODO: Use something like the edit plugin