v.18.12Improvement
Pretty Formats Limit Column Alignment by Width
Prettyformats now have a limit on column alignment by width. Use theoutput_format_pretty_max_column_pad_widthsetting. If a value is wider, it will still be displayed in its entirety, but the other cells in the table will not be too wide. #3003
Why it matters
This feature addresses the issue of overly wide columns inPretty formatted output by capping the alignment width. It ensures that even if a cell contains a very wide value, other cells in the same column will not expand excessively, improving the readability of table outputs.How to use it
Set theoutput_format_pretty_max_column_pad_width setting to the desired maximum padding width. Values wider than this limit will still be fully displayed, but other column cells will be padded only up to this width.