From f98feb9d060f81f7d792c4a9173a3a6e3b545978 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 21 Mar 2021 20:57:34 +0100 Subject: [PATCH] meta: use indentation for generated json --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 8491fa2..f0df237 100755 --- a/update.py +++ b/update.py @@ -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)