From 97e67388cc65c349104171d582f3dbecb289459e Mon Sep 17 00:00:00 2001 From: jmdejong Date: Thu, 1 Jun 2017 11:54:29 +0200 Subject: format .bbjrc add indentation to .bbjrc so it will become much more readable --- clients/urwid/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 8bf0305..613c8ad 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -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 -- cgit v1.2.3