meta: use indentation for generated json

This commit is contained in:
Max Headroom 2021-03-21 20:57:34 +01:00
parent 60c1b43140
commit f98feb9d06

View file

@ -43,4 +43,4 @@ for ext in exts:
with open(JSON_OUT_PATH, 'w') as out: with open(JSON_OUT_PATH, 'w') as out:
json.dump(exts, out) json.dump(exts, out, indent=2)