When rendering a list with objects as a root element in formatted HOCON, the braces of an object are missing and extra line break appears.
Example source JSON:
root=[{foo=bar}, {baz=qux}]
Rendering it with this snippet:
config.getValue("root").render(ConfigRenderOptions.concise().setFormatted(true).setJson(false))
yields the following result: