Skip to content

Commit 2fc16ae

Browse files
committed
doc: Add some padding margin to formats table to make it less likely to cause git conflicts
1 parent e17355b commit 2fc16ae

File tree

2 files changed

+122
-122
lines changed

2 files changed

+122
-122
lines changed

doc/formats.jq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def formats_table:
6060
, .uses
6161
];
6262
[ ""
63-
, (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
64-
, (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
63+
, (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
64+
, (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
6565
, .[2].string
6666
, ""
6767
] | join("|")

0 commit comments

Comments
 (0)