format .bbjrc
add indentation to .bbjrc so it will become much more readablepull/4/head
parent
b440bc41f9
commit
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue