Skip to content

Commit

Permalink
Increase config wrapping width for plugin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 28, 2019
1 parent 50addc2 commit 393ee35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maubot/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

yaml = YAML()
yaml.indent(4)
yaml.width = 200


class PluginInstance:
Expand Down

0 comments on commit 393ee35

Please sign in to comment.