meta: use indentation for generated json
This commit is contained in:
parent
60c1b43140
commit
f98feb9d06
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ for ext in exts:
|
|||
|
||||
|
||||
with open(JSON_OUT_PATH, 'w') as out:
|
||||
json.dump(exts, out)
|
||||
json.dump(exts, out, indent=2)
|
||||
|
|
Loading…
Reference in a new issue