1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 05:13:30 +03:00

doc: Add some padding margin to formats table to make it less likely to cause git conflicts

This commit is contained in:
Mattias Wadman 2022-12-05 12:24:51 +01:00
parent e17355ba42
commit 2fc16ae22a
2 changed files with 122 additions and 122 deletions

View File

@ -60,8 +60,8 @@ def formats_table:
, .uses
];
[ ""
, (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
, (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
, (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
, (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
, .[2].string
, ""
] | join("|")