You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the only thing we need to do to enable this is to pull in this
dependency and switch to using `safe` type by default. This would be a
better apple-to-apple comparison with #4486 since that one uses a C
library for handling json.
Note that the clib does not respect `.indent` formatting hints
> ### Indenting using typ="safe"
>
> The C based emitter doesn’t have the fine control, distinguishing
between block mappings and sequences. Do only use the pure Python
versions of the dumper if you want to have that sort of control.
Reference:
- Upstream documentation: https://yaml.dev/doc/ruamel.yaml/
- Note about `yaml.indent` https://yaml.dev/doc/ruamel.yaml/detail
Related to #4406
---------
Signed-off-by: Cristian Le <git@lecris.dev>
0 commit comments