avoid spaces before colons in confidata YAML file

* '  desc : [...]' -> '  desc: [...]'
space ----^      no space ----^
This commit is contained in:
Marcel Schilling 2017-10-30 17:05:33 +01:00
parent 56671e5787
commit b187a83d59

View File

@ -794,7 +794,7 @@ editor.command:
editor.encoding: editor.encoding:
type: Encoding type: Encoding
default: utf-8 default: utf-8
desc : Encoding to use for the editor. desc: Encoding to use for the editor.
## hints ## hints