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
parent b440bc41f9
commit 97e67388cc
1 changed files with 1 additions and 1 deletions

View File

@ -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