avoid spaces before colons in confidata YAML file
* ' desc : [...]' -> ' desc: [...]' space ----^ no space ----^
This commit is contained in:
parent
56671e5787
commit
b187a83d59
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user