From b187a83d59e8c0003966e61c19196a66ff4aa736 Mon Sep 17 00:00:00 2001 From: Marcel Schilling Date: Mon, 30 Oct 2017 17:05:33 +0100 Subject: [PATCH] avoid spaces before colons in confidata YAML file * ' desc : [...]' -> ' desc: [...]' space ----^ no space ----^ --- qutebrowser/config/configdata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 3a84042b9..fadc8c5ab 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -794,7 +794,7 @@ editor.command: editor.encoding: type: Encoding default: utf-8 - desc : Encoding to use for the editor. + desc: Encoding to use for the editor. ## hints