Fix whitespace consistency in config.md#945
Conversation
*Some* of the sub-items of `config` were inconsistently indented (some using three spaces, some using two) -- adjusted to two to match the rest of the file. Signed-off-by: Tianon Gravi <[email protected]>
|
I was looking at why https://specs.opencontainers.org/image-spec/config/?v=v1.0.1#properties is rendering the sub-items of |
sudo-bmitch
left a comment
There was a problem hiding this comment.
LGTM. Children of rootfs and history should also be adjusted to 2 spaces for consistency. And the bold and italic markup also needs work. But those can all be a separate PR, especially since it needs to happen in other files, too. I've got on my list to add a markdown linter here after doing a cleanup.

Some of the sub-items of
configwere inconsistently indented (some using three spaces, some using two) -- adjusted to two to match the rest of the file.