Increase config wrapping width for plugin configs

This commit is contained in:
Tulir Asokan 2019-12-28 16:02:29 +02:00
parent 50addc2ceb
commit 393ee354f6

View File

@ -39,6 +39,7 @@ log = logging.getLogger("maubot.instance")
yaml = YAML()
yaml.indent(4)
yaml.width = 200
class PluginInstance: