Skip to content

Commit 034b69b

Browse files
committed
Increase config wrapping width
1 parent b740111 commit 034b69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mautrix/util/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
yaml = YAML()
1515
yaml.indent(4)
16+
yaml.width = 200
1617

1718
T = TypeVar('T')
1819

0 commit comments

Comments
 (0)