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:
parent
e17355ba42
commit
2fc16ae22a
@ -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("|")
|
||||
|
Loading…
Reference in New Issue
Block a user