format .bbjrc

add indentation to .bbjrc so it will become much more readable
This commit is contained in:
jmdejong 2017-06-01 11:54:29 +02:00 committed by GitHub
父節點 b440bc41f9
當前提交 97e67388cc

查看文件

@ -2018,7 +2018,7 @@ def bbjrc(mode, **params):
values.update(params)
# we always write
with open(rcpath, "w") as _out:
json.dump(values, _out)
json.dump(values, _out, indent=2)
return values