Hi
promtool check config doesn't complain, but yamllint prints several issues:
https://cryptpad.fr/pad/#/2/pad/view/icFsx9ZE8U5LHYWyMAvIUbZxsvnpFL34eL4hI0wVfFg/embed/
warning missing document start "---" (document-start)
wrong indentation: expected 2 but found 0 (indentation)
line too long (327 > 80 characters) (line-length)
warning comment not indented like content (comments-indentation)
How-To fix those errors automatically? I tried "yq" pretty print, but he
reports show same errors.
What tools do you use for auto-format?
With Google I often find a Visual Studio Code plugin, but I prefer a
command line solution (one liner shell).
best regards
Eveyln