The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

YAML::Tidy - Clean YAML files

SYNOPSIS

% yamltidy in.yaml
a:
    b:
     c: d

For documentation see https://github.com/perlpunk/yamltidy

DESCRIPTION

yamltidy can automatically fix indentation in your YAML files.

For more information, see https://github.com/perlpunk/yamltidy.

SEE ALSO

yamllint https://yamllint.readthedocs.io/en/stable/
perltidy Perl::Tidy
YAML::PP::LibYAML

COPYRIGHT AND LICENSE

Copyright 2020 by Tina Müller

This library is free software and may be distributed under the same terms as perl itself.