Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

align-yaml Python version

Format, prettify, align, whatever you want to call it. This does that to YAML. Great for making long config files more readable!

Reformats this:

one: twothree: fourseventeen: five

to this:

one: twothree: fourseventeen: five

or this:

one : twothree : fourseventeen: five

How to use

Pass a string to align(str). This is important! Read in the YAML as a string, DON'T PARSE IT.

Credits

Translated to Python from https://github.com/jonschlinkert/align-yaml

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages